diff options
author | chriseth <chris@ethereum.org> | 2018-01-03 22:30:35 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-04-12 19:09:38 +0800 |
commit | 43b1dd758b3f3194907fad4be1c35bbc374cdd71 (patch) | |
tree | f12156c5531046a1dd12e3f44b120b109c42a2ec /Changelog.md | |
parent | 344a388d4461abd7369ea44b123f5afe549dc8f7 (diff) | |
download | dexon-solidity-43b1dd758b3f3194907fad4be1c35bbc374cdd71.tar.gz dexon-solidity-43b1dd758b3f3194907fad4be1c35bbc374cdd71.tar.zst dexon-solidity-43b1dd758b3f3194907fad4be1c35bbc374cdd71.zip |
Changelog entry.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 60f28db4..4011270e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,7 +5,7 @@ Features: * Code Generator: More specialized and thus optimized implementation for ``x.push(...)`` * Commandline interface: Error when missing or inaccessible file detected. Suppress it with the ``--ignore-missing`` flag. * Constant Evaluator: Fix evaluation of single element tuples. - * General: Allow providing reason string for ``revert()``. + * General: Allow providing reason string for ``revert()`` and ``require()``. * General: Limit the number of errors output in a single run to 256. * General: Support accessing dynamic return data in post-byzantium EVMs. * Interfaces: Allow overriding external functions in interfaces with public in an implementing contract. |