aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-02-22 21:42:52 +0800
committerGitHub <noreply@github.com>2018-02-22 21:42:52 +0800
commitca35963f84c73e6faec990ffe9d3f7a8d8a387c5 (patch)
tree56c85844ee5455cf35f33e6fcf35aea956836f9a /Changelog.md
parentbb2a48e05cac2ce16f3b879025a0d9ca57c70e8a (diff)
parent42856e0f53c1cb9be61e9f24b9f09a7b0179cd55 (diff)
downloaddexon-solidity-ca35963f84c73e6faec990ffe9d3f7a8d8a387c5.tar.gz
dexon-solidity-ca35963f84c73e6faec990ffe9d3f7a8d8a387c5.tar.zst
dexon-solidity-ca35963f84c73e6faec990ffe9d3f7a8d8a387c5.zip
Merge pull request #3570 from ethereum/assembly-oversized-literals
Raise error on oversized number literals in assembly
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 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.