diff options
author | chriseth <chris@ethereum.org> | 2018-05-15 19:04:49 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-05-15 20:45:54 +0800 |
commit | dac0029d16ffe31fba2e6241f99893ea9a26926e (patch) | |
tree | 1e68ea5ff7ab7b10bf2bf59195676ff7feac8524 /Changelog.md | |
parent | dce62240525035ec7ce6b5d1b76bfeebe1ae9546 (diff) | |
download | dexon-solidity-dac0029d16ffe31fba2e6241f99893ea9a26926e.tar dexon-solidity-dac0029d16ffe31fba2e6241f99893ea9a26926e.tar.gz dexon-solidity-dac0029d16ffe31fba2e6241f99893ea9a26926e.tar.bz2 dexon-solidity-dac0029d16ffe31fba2e6241f99893ea9a26926e.tar.lz dexon-solidity-dac0029d16ffe31fba2e6241f99893ea9a26926e.tar.xz dexon-solidity-dac0029d16ffe31fba2e6241f99893ea9a26926e.tar.zst dexon-solidity-dac0029d16ffe31fba2e6241f99893ea9a26926e.zip |
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 ce0adfd7..dcf16191 100644 --- a/Changelog.md +++ b/Changelog.md @@ -18,6 +18,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) |