aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-08-21 22:34:59 +0800
committerGitHub <noreply@github.com>2017-08-21 22:34:59 +0800
commit01b4bba0ed7544ed6f54f97dd5d5a3b0d397fbfa (patch)
tree577b2d76fbc0388954f69b750a50796f2ba17b63 /Changelog.md
parentfe25bcf350bfb65ddb69bc5e7d3f65dfa6d23fa7 (diff)
parent1be713acc7abc2f1d21d962e840b1e369d1d8ff6 (diff)
downloaddexon-solidity-01b4bba0ed7544ed6f54f97dd5d5a3b0d397fbfa.tar
dexon-solidity-01b4bba0ed7544ed6f54f97dd5d5a3b0d397fbfa.tar.gz
dexon-solidity-01b4bba0ed7544ed6f54f97dd5d5a3b0d397fbfa.tar.bz2
dexon-solidity-01b4bba0ed7544ed6f54f97dd5d5a3b0d397fbfa.tar.lz
dexon-solidity-01b4bba0ed7544ed6f54f97dd5d5a3b0d397fbfa.tar.xz
dexon-solidity-01b4bba0ed7544ed6f54f97dd5d5a3b0d397fbfa.tar.zst
dexon-solidity-01b4bba0ed7544ed6f54f97dd5d5a3b0d397fbfa.zip
Merge branch 'develop' into library-constructor
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 f1046032..49d92eb5 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -10,6 +10,7 @@ Features:
* Type Checker: Warn about shifting a literal.
Bugfixes:
+ * Assembly Parser: Be more strict about number literals.
* Parser: Enforce commas between array and tuple elements.
* Parser: Limit maximum recursion depth.
* Type Checker: Disallow constructors in libraries.