aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-01-04 19:58:29 +0800
committerGitHub <noreply@github.com>2018-01-04 19:58:29 +0800
commit8901b389595ce723336815c542c16b487b88eb4f (patch)
tree92cc830eec2878add3c468c6486934f631a29dab /Changelog.md
parenta0771691ff1a8ea8b2dda07ff50e48fc81a2a705 (diff)
parentff9fdfac57d8807399b1b1ddd5c69a819349251f (diff)
downloaddexon-solidity-8901b389595ce723336815c542c16b487b88eb4f.tar.gz
dexon-solidity-8901b389595ce723336815c542c16b487b88eb4f.tar.zst
dexon-solidity-8901b389595ce723336815c542c16b487b88eb4f.zip
Merge pull request #3369 from ethereum/jsonio-colon
Properly handle colons in file names within jsonio
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 026b9118..13c8118f 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -7,6 +7,7 @@ Features:
Bugfixes:
* Parser: Disallow event declarations with no parameter list.
* Standard JSON: Populate the ``sourceLocation`` field in the error list.
+ * Standard JSON: Properly support file names containing a colon (such as URLs).
* Type Checker: Suggest the experimental ABI encoder if using ``struct``s as function parameters
(instead of an internal compiler error).
* Type Checker: Improve error message for wrong struct initialization.