aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-06-29 06:06:51 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-08-01 19:28:27 +0800
commit7e5406dd8953cb819c397221fa55e6fa390108ee (patch)
treecf16b432bf0cc89f05a61b0d0fe6d2ba1e99af7f /Changelog.md
parentef269bf40d3c6fc044c27654473353c556402b77 (diff)
downloaddexon-solidity-7e5406dd8953cb819c397221fa55e6fa390108ee.tar
dexon-solidity-7e5406dd8953cb819c397221fa55e6fa390108ee.tar.gz
dexon-solidity-7e5406dd8953cb819c397221fa55e6fa390108ee.tar.bz2
dexon-solidity-7e5406dd8953cb819c397221fa55e6fa390108ee.tar.lz
dexon-solidity-7e5406dd8953cb819c397221fa55e6fa390108ee.tar.xz
dexon-solidity-7e5406dd8953cb819c397221fa55e6fa390108ee.tar.zst
dexon-solidity-7e5406dd8953cb819c397221fa55e6fa390108ee.zip
Disallow calling base constructors without arguments.
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 bcd55955..7f92a3de 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -39,6 +39,7 @@ Breaking Changes:
* 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 tight packing of literals. This was already the case in the experimental 0.5.0 mode.
+ * Type Checker: Disallow calling base constructors without parentheses. 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 conversions between unrelated contract types. Explicit conversion via ``address`` can still achieve it.
* Type Checker: Disallow empty tuple components. This was partly already the case in the experimental 0.5.0 mode.