aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-04-23 23:35:00 +0800
committerGitHub <noreply@github.com>2018-04-23 23:35:00 +0800
commite685f9f59ecf13210eb7a32156d556a4cdd8ff58 (patch)
treeaf376d07e441f26afbca94586e4e3b69ac517d30 /Changelog.md
parentc7ee2ca0b9eb6c36ddb15b70f341975bdff47aad (diff)
parent896018c8a33f92e9dd507b462c858dbcf13d6385 (diff)
downloaddexon-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.md2
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)