diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-01-05 07:25:41 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-02-22 08:02:19 +0800 |
commit | ae02bb5aadfa49636f9931524dbc026c855201f1 (patch) | |
tree | 0328334a01d5198a6f17c97c8ad6fa0c46a52906 /Changelog.md | |
parent | d01786f0aa4e128f70aea2bc53a8d3c61294a587 (diff) | |
download | dexon-solidity-ae02bb5aadfa49636f9931524dbc026c855201f1.tar.gz dexon-solidity-ae02bb5aadfa49636f9931524dbc026c855201f1.tar.zst dexon-solidity-ae02bb5aadfa49636f9931524dbc026c855201f1.zip |
Raise error on oversized number literals in assembly
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 f25b138b..ad92c94a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,7 @@ Features: * Type Checker: Disallow uninitialized storage pointers as experimental 0.5.0 feature. Bugfixes: + * Assembly: Raise error on oversized number literals in assembly. * 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. |