diff options
author | chriseth <chris@ethereum.org> | 2018-05-15 22:59:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-15 22:59:48 +0800 |
commit | 2ba0002998d12ea412f17d55b643ec85c02e6a30 (patch) | |
tree | c67243148b1b06eb6b8617fc344d0bc422874fa9 /Changelog.md | |
parent | 007ecc849c917cdb5b2feaa20bbab84e0fe79104 (diff) | |
parent | dac0029d16ffe31fba2e6241f99893ea9a26926e (diff) | |
download | dexon-solidity-2ba0002998d12ea412f17d55b643ec85c02e6a30.tar.gz dexon-solidity-2ba0002998d12ea412f17d55b643ec85c02e6a30.tar.zst dexon-solidity-2ba0002998d12ea412f17d55b643ec85c02e6a30.zip |
Merge pull request #4139 from ethereum/abiEncodeIsPure
ABI encoding functions are pure and should be usable in constants.
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 ddd33df7..d6f54070 100644 --- a/Changelog.md +++ b/Changelog.md @@ -19,6 +19,7 @@ Bugfixes: * Code Generator: Fix ``revert`` with reason coming from a state or local string variable. * Type Checker: Show proper error when trying to ``emit`` a non-event. * Type Checker: Warn about empty tuple components (this will turn into an error with version 0.5.0). + * Type Checker: The ABI encoding functions are pure and thus can be used for constants. ### 0.4.23 (2018-04-19) |