diff options
author | chriseth <chris@ethereum.org> | 2016-09-06 21:44:46 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-09-06 23:31:39 +0800 |
commit | 347b6b484398ccbb82fbc5cab0cada54bb07548a (patch) | |
tree | df88d1347a554185a56360954592ccab2a38de51 | |
parent | 05ae5e4f5a3246c3af32b9ca1f8244acd7382ee8 (diff) | |
download | dexon-solidity-347b6b484398ccbb82fbc5cab0cada54bb07548a.tar.gz dexon-solidity-347b6b484398ccbb82fbc5cab0cada54bb07548a.tar.zst dexon-solidity-347b6b484398ccbb82fbc5cab0cada54bb07548a.zip |
Update Changelog.md
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 2d9c6c31..4d880a20 100644 --- a/Changelog.md +++ b/Changelog.md @@ -22,6 +22,7 @@ Breaking Changes: * Modifiers: return does not skip part in modifier after ``_`` * Placeholder statement `_` in modifier now requires explicit `;`. * ``ecrecover`` now returns zero if the input is malformed (it previously returned garbage) + * The ``constant`` keyword cannot be used for constructors or the fallback function. * Removed ``--interface`` (Solidity interface) output option * JSON AST: General cleanup, renamed many nodes to match their C++ names. * Json Output: srcmap-runtime renamed to srcmapRuntime |