aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-03-01 19:37:14 +0800
committerGitHub <noreply@github.com>2018-03-01 19:37:14 +0800
commit2c82f748bb91a7c44ae112f5f4fc22bb63d7f861 (patch)
treeedb6821c94c1a76b50e3dfb5d990ee95ea176ad3 /Changelog.md
parentc123fa26f3a90090aa6d8f8ec028e362bfdb73a0 (diff)
parentb6dfd9ef5422d80177b622fc2c486de00fcc0f73 (diff)
downloaddexon-solidity-2c82f748bb91a7c44ae112f5f4fc22bb63d7f861.tar.gz
dexon-solidity-2c82f748bb91a7c44ae112f5f4fc22bb63d7f861.tar.zst
dexon-solidity-2c82f748bb91a7c44ae112f5f4fc22bb63d7f861.zip
Merge pull request #3624 from ethereum/jsonio-libraries-hex
Ensure that library addresses supplied are of correct length and hex prefixed
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index e027e8ad..4262f839 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -15,7 +15,8 @@ Bugfixes:
* JSON-AST: Add "documentation" property to function, event and modifier definition.
* Resolver: Properly determine shadowing for imports with aliases.
* Standalone Assembly: Do not ignore input after closing brace of top level block.
- * Standard JSON: catch errors properly when invalid "sources" are passed
+ * Standard JSON: Catch errors properly when invalid "sources" are passed.
+ * Standard JSON: Ensure that library addresses supplied are of correct length and hex prefixed.
* Type Checker: Properly warn when using ``_offset`` and ``_slot`` for constants in inline assembly.
* Commandline interface: throw error if option is unknown