aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-07-05 00:38:28 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-07-13 02:33:51 +0800
commitd936eebe50560552e6a9250313301ace110ed4c4 (patch)
treeccb31480220d1cbb5f11b3de0e3d368a37d7984e /Changelog.md
parentfc370591f02d2bcfe52b62776a871b33e933bd34 (diff)
downloaddexon-solidity-d936eebe50560552e6a9250313301ace110ed4c4.tar
dexon-solidity-d936eebe50560552e6a9250313301ace110ed4c4.tar.gz
dexon-solidity-d936eebe50560552e6a9250313301ace110ed4c4.tar.bz2
dexon-solidity-d936eebe50560552e6a9250313301ace110ed4c4.tar.lz
dexon-solidity-d936eebe50560552e6a9250313301ace110ed4c4.tar.xz
dexon-solidity-d936eebe50560552e6a9250313301ace110ed4c4.tar.zst
dexon-solidity-d936eebe50560552e6a9250313301ace110ed4c4.zip
Update Changelog.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 094cdc0d..2127d9c5 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -38,6 +38,7 @@ Breaking Changes:
* Type Checker: Disallow tight packing of literals. This was already the case in the experimental 0.5.0 mode.
* Type Checker: Disallow conversions between ``bytesX`` and ``uintY`` of different size.
* Type Checker: Disallow empty tuple components. This was partly already the case in the experimental 0.5.0 mode.
+ * Type Checker: Disallow multi-variable declarations with mismatching number of values. This was already the case in the experimental 0.5.0 mode.
* Type Checker: Disallow specifying base constructor arguments multiple times in the same inheritance hierarchy. This was already the case in the experimental 0.5.0 mode.
* Type Checker: Disallow calling constructor with wrong argument count. This was already the case in the experimental 0.5.0 mode.
* Type Checker: Disallow uninitialized storage variables. This was already the case in the experimental 0.5.0 mode.