diff options
author | chriseth <chris@ethereum.org> | 2018-04-23 23:35:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-23 23:35:00 +0800 |
commit | e685f9f59ecf13210eb7a32156d556a4cdd8ff58 (patch) | |
tree | af376d07e441f26afbca94586e4e3b69ac517d30 /Changelog.md | |
parent | c7ee2ca0b9eb6c36ddb15b70f341975bdff47aad (diff) | |
parent | 896018c8a33f92e9dd507b462c858dbcf13d6385 (diff) | |
download | dexon-solidity-e685f9f59ecf13210eb7a32156d556a4cdd8ff58.tar.gz dexon-solidity-e685f9f59ecf13210eb7a32156d556a4cdd8ff58.tar.zst dexon-solidity-e685f9f59ecf13210eb7a32156d556a4cdd8ff58.zip |
Merge pull request #3976 from ethereum/emptyTupleComponent
Empty tuple components should not be possible
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 f51bd634..ef0a03c2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,7 +6,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) |