aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-08-21 18:08:29 +0800
committerchriseth <chris@ethereum.org>2017-08-21 19:31:28 +0800
commit2c5985de06b4ad35eaa77f3869e280440100c9cd (patch)
tree96fbdef7b3bf029d8f72ae9df53268375a952ca2 /Changelog.md
parent83b90f3e8a3ee168ba00eff33c4443d00bbb8a57 (diff)
downloaddexon-solidity-2c5985de06b4ad35eaa77f3869e280440100c9cd.tar.gz
dexon-solidity-2c5985de06b4ad35eaa77f3869e280440100c9cd.tar.zst
dexon-solidity-2c5985de06b4ad35eaa77f3869e280440100c9cd.zip
Be more strict about 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 7d026862..a587d3ad 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -12,6 +12,7 @@ Features:
Bugfixes:
* Parser: Enforce commas between array and tuple elements.
* Parser: Limit maximum recursion depth.
+ * Assembly Parser: Be more strict about number literals.
### 0.4.15 (2017-08-08)