diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-05-04 10:18:52 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-05-09 23:53:17 +0800 |
commit | c03a29dea8cf8718d34a4776534be0c75cc4c8c3 (patch) | |
tree | d08b5e5e1551618b9a017475ac11b5a9435026ee /Changelog.md | |
parent | 868d449c38f66f541d1089da82a100d9aa05f4c5 (diff) | |
download | dexon-solidity-c03a29dea8cf8718d34a4776534be0c75cc4c8c3.tar.gz dexon-solidity-c03a29dea8cf8718d34a4776534be0c75cc4c8c3.tar.zst dexon-solidity-c03a29dea8cf8718d34a4776534be0c75cc4c8c3.zip |
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 9004dc29..94613589 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,10 +12,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: |