aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-01-05 21:24:07 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-01-05 21:24:07 +0800
commit9e7e312fdfc2598d0bd43efc72738845bf2e3992 (patch)
treebcdc2cb13d9b1e621d15571259672ce0b32da2e4 /Changelog.md
parent35095e9fcc53f76a1c73251497c265f399a9896c (diff)
downloaddexon-solidity-9e7e312fdfc2598d0bd43efc72738845bf2e3992.tar.gz
dexon-solidity-9e7e312fdfc2598d0bd43efc72738845bf2e3992.tar.zst
dexon-solidity-9e7e312fdfc2598d0bd43efc72738845bf2e3992.zip
Properly support library file names containing a colon (such as URLs).
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index bfaeeb27..bad9baab 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -9,7 +9,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).
+ * Standard JSON: Properly support contract and library 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.