diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-01-03 19:34:48 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-01-03 23:44:03 +0800 |
commit | ff9fdfac57d8807399b1b1ddd5c69a819349251f (patch) | |
tree | 75dbdaf0c33b4237f8f1426f5f66ae006b6eaf2d /Changelog.md | |
parent | fdbe78a7693aef51a69ec4399de4f9b919ae1675 (diff) | |
download | dexon-solidity-ff9fdfac57d8807399b1b1ddd5c69a819349251f.tar.gz dexon-solidity-ff9fdfac57d8807399b1b1ddd5c69a819349251f.tar.zst dexon-solidity-ff9fdfac57d8807399b1b1ddd5c69a819349251f.zip |
Properly handle colons in file names within jsonio
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 361fee9c..dfd7aa5e 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). |