diff options
author | Erik Kundt <bitshift@posteo.org> | 2018-07-07 06:03:02 +0800 |
---|---|---|
committer | Erik Kundt <bitshift@posteo.org> | 2018-07-11 07:57:14 +0800 |
commit | 038554abe0d484fdb733df69210f1efae5d46bef (patch) | |
tree | 6d6ec88122e5d7cbd9d27a8029a8860b82c3d01c /Changelog.md | |
parent | 0b960f5a9cde145775e5e24a52ac48e32d0969af (diff) | |
download | dexon-solidity-038554abe0d484fdb733df69210f1efae5d46bef.tar.gz dexon-solidity-038554abe0d484fdb733df69210f1efae5d46bef.tar.zst dexon-solidity-038554abe0d484fdb733df69210f1efae5d46bef.zip |
Adds changelog entry.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index bdbf85fb..33af1665 100644 --- a/Changelog.md +++ b/Changelog.md @@ -36,6 +36,7 @@ Breaking Changes: * 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 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. * Type Checker: Only accept a single ``bytes`` type for ``.call()`` (and family), ``keccak256()``, ``sha256()`` and ``ripemd160()``. * Type Checker: Fallback function must be external. This was already the case in the experimental 0.5.0 mode. |