diff options
author | Erik Kundt <bitshift@posteo.org> | 2018-04-23 22:20:37 +0800 |
---|---|---|
committer | Erik Kundt <bitshift@posteo.org> | 2018-04-23 23:09:42 +0800 |
commit | b2ff9bc88d50e89419317d54b00e80b4c18a92c7 (patch) | |
tree | 117693a6a9f8cf82ef0618007bdd7b6e65ebd8f1 /Changelog.md | |
parent | f2b58de92cdffe9d6e70aff2f0198277a5da335a (diff) | |
download | dexon-solidity-b2ff9bc88d50e89419317d54b00e80b4c18a92c7.tar.gz dexon-solidity-b2ff9bc88d50e89419317d54b00e80b4c18a92c7.tar.zst dexon-solidity-b2ff9bc88d50e89419317d54b00e80b4c18a92c7.zip |
Turns it into warning (error for 0.5.0) and adds Changelog entry.
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 0fbce7c5..b0c0b934 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,7 +5,7 @@ Features: * Type Checker: Make literals (without explicit type casting) an error for tight packing as experimental 0.5.0 feature. Bugfixes: - + * Type Checker: Warn about empty tuple components (this will turn into an error with version 0.5.0). ### 0.4.23 (2018-04-19) |