aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorErik Kundt <bitshift@posteo.org>2018-04-23 22:20:37 +0800
committerErik Kundt <bitshift@posteo.org>2018-04-23 23:09:42 +0800
commitb2ff9bc88d50e89419317d54b00e80b4c18a92c7 (patch)
tree117693a6a9f8cf82ef0618007bdd7b6e65ebd8f1 /Changelog.md
parentf2b58de92cdffe9d6e70aff2f0198277a5da335a (diff)
downloaddexon-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.md2
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)