diff options
author | chriseth <chris@ethereum.org> | 2018-03-13 23:50:27 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-03-13 23:55:41 +0800 |
commit | 58af150c3dce26206825122d048e4e0732fcb50f (patch) | |
tree | 03c7d481894890c819af84f69a66d07badde83d8 /Changelog.md | |
parent | 069b150e42d12f3f3736dd4af2d82881db244b66 (diff) | |
download | dexon-solidity-58af150c3dce26206825122d048e4e0732fcb50f.tar.gz dexon-solidity-58af150c3dce26206825122d048e4e0732fcb50f.tar.zst dexon-solidity-58af150c3dce26206825122d048e4e0732fcb50f.zip |
Changelog entry.
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 648af66c..2e950f1d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,7 @@ Features: Bugfixes: * Code Generator: Properly skip unneeded storgae array cleanup when not reducing length. + * Code Generator: Bugfix in modifier lookup in libraries. * Commandline interface: Support ``--evm-version constantinople`` properly. * Standard JSON: Support ``constantinople`` as ``evmVersion`` properly. |