aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-08-01 20:18:37 +0800
committerGitHub <noreply@github.com>2018-08-01 20:18:37 +0800
commitce99a5ce7f98b3dfb86ea8397a5117332af33f2a (patch)
tree3f3ca4b90842e03951ae0324a1af96ab9d5f7b2c /Changelog.md
parent8d05770e59dd4c383cdcd5f67d2a455be3b09ae1 (diff)
parent061ea0cfc6b8a7a0950e9764876733391eac6b81 (diff)
downloaddexon-solidity-ce99a5ce7f98b3dfb86ea8397a5117332af33f2a.tar.gz
dexon-solidity-ce99a5ce7f98b3dfb86ea8397a5117332af33f2a.tar.zst
dexon-solidity-ce99a5ce7f98b3dfb86ea8397a5117332af33f2a.zip
Merge pull request #4378 from ethereum/noBaseWithoutArguments
[BREAKING] 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 6bab91ee..e6956d5e 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.