aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-07-10 18:00:37 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-07-10 18:17:01 +0800
commit36022493dfae9135419fa8daacb4bb958fe753ef (patch)
tree86a3fbccb6cd1902858f29fba9eeb2527e67e4fa /Changelog.md
parentece9afef8ff0cadd3ef8dd6be78323fc06310e45 (diff)
downloaddexon-solidity-36022493dfae9135419fa8daacb4bb958fe753ef.tar.gz
dexon-solidity-36022493dfae9135419fa8daacb4bb958fe753ef.tar.zst
dexon-solidity-36022493dfae9135419fa8daacb4bb958fe753ef.zip
Add Changelog entry.
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 304f70ea..2ded6bf2 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -29,6 +29,7 @@ Breaking Changes:
* Optimizer: Remove the no-op ``PUSH1 0 NOT AND`` sequence.
* Parser: Disallow trailing dots that are not followed by a number.
* Parser: Remove ``constant`` as function state mutability modifer.
+ * Type Checker: Disallow assignments between tuples with different numbers of components. This was already the case in the experimental 0.5.0 mode.
* Type Checker: Disallow values for constants that are not compile-time constants. This was already the case in the experimental 0.5.0 mode.
* Type Checker: Disallow arithmetic operations for boolean variables.
* Type Checker: Disallow conversions between ``bytesX`` and ``uintY`` of different size.