diff options
author | chriseth <chris@ethereum.org> | 2018-05-15 20:44:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-15 20:44:39 +0800 |
commit | dce62240525035ec7ce6b5d1b76bfeebe1ae9546 (patch) | |
tree | 6ff6bb000cbdbe6d0db608a2bb7bab3360c47352 /Changelog.md | |
parent | b8b460994ff3cb9f01c4c1c063305a8651a10bb5 (diff) | |
parent | c03a29dea8cf8718d34a4776534be0c75cc4c8c3 (diff) | |
download | dexon-solidity-dce62240525035ec7ce6b5d1b76bfeebe1ae9546.tar.gz dexon-solidity-dce62240525035ec7ce6b5d1b76bfeebe1ae9546.tar.zst dexon-solidity-dce62240525035ec7ce6b5d1b76bfeebe1ae9546.zip |
Merge pull request #4062 from ethereum/revert-variable
Fix revert with reason coming from a string variable
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 6f6f672c..ce0adfd7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -15,10 +15,10 @@ Features: * Type Checker: Warn about wildcard tuple assignments (this will turn into an error with version 0.5.0). 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). - ### 0.4.23 (2018-04-19) Features: |