diff options
author | chriseth <c@ethdev.com> | 2016-09-05 20:54:50 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-09-05 20:54:50 +0800 |
commit | 02984b8de11a9dc6ab88788bfae82530b073f1f6 (patch) | |
tree | 754aaa2856d7c57c1ff45b8a8894812ebce752fc /Changelog.md | |
parent | 341c9436a8b6f5ae49265a482519e165a7f40395 (diff) | |
download | dexon-solidity-02984b8de11a9dc6ab88788bfae82530b073f1f6.tar.gz dexon-solidity-02984b8de11a9dc6ab88788bfae82530b073f1f6.tar.zst dexon-solidity-02984b8de11a9dc6ab88788bfae82530b073f1f6.zip |
Require ";" after "_"
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 25890890..18ca861c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -17,6 +17,7 @@ Breaking Changes: * Function call throws if target contract does not have code * Modifiers are required to contain ``_`` (use ``if (false) _`` as a workaround if needed). * 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) * Removed ``--interface`` (Solidity interface) output option * JSON AST: General cleanup, renamed many nodes to match their C++ names. |