diff options
author | chriseth <chris@ethereum.org> | 2018-03-14 00:28:58 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-03-14 00:34:21 +0800 |
commit | 834d63de2c4dc9c119862f8bf25b4f7c9f408d6e (patch) | |
tree | a75716c1431f68e71a9005250b446fedacf779f2 /Changelog.md | |
parent | 7a066efd7e0f371cfaee69c1f6b5f0aed1bfd107 (diff) | |
download | dexon-solidity-834d63de2c4dc9c119862f8bf25b4f7c9f408d6e.tar.gz dexon-solidity-834d63de2c4dc9c119862f8bf25b4f7c9f408d6e.tar.zst dexon-solidity-834d63de2c4dc9c119862f8bf25b4f7c9f408d6e.zip |
Allow ``block.blockhash`` without being called.
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..80c9e825 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@ Features: Bugfixes: + * Code Generator: Allow ``block.blockhash`` without being called. * Code Generator: Properly skip unneeded storgae array cleanup when not reducing length. * Commandline interface: Support ``--evm-version constantinople`` properly. * Standard JSON: Support ``constantinople`` as ``evmVersion`` properly. |