diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2018-07-03 21:20:59 +0800 |
---|---|---|
committer | Daniel Kirchner <daniel@ekpyron.org> | 2018-07-10 17:38:33 +0800 |
commit | 65631cffc2127fc603371c67f85d2c07da07c3ca (patch) | |
tree | a6f0de8c9b0d494d1801de22735fd9f3b3a8061f /Changelog.md | |
parent | 46d6454b1f47e53c791d71aba26bb953ec667433 (diff) | |
download | dexon-solidity-65631cffc2127fc603371c67f85d2c07da07c3ca.tar.gz dexon-solidity-65631cffc2127fc603371c67f85d2c07da07c3ca.tar.zst dexon-solidity-65631cffc2127fc603371c67f85d2c07da07c3ca.zip |
Update documentation and Changelog.
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 304f70ea..db05fc17 100644 --- a/Changelog.md +++ b/Changelog.md @@ -33,6 +33,7 @@ Breaking Changes: * Type Checker: Disallow arithmetic operations for boolean variables. * Type Checker: Disallow conversions between ``bytesX`` and ``uintY`` of different size. * 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 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()``. * Remove obsolete ``std`` directory from the Solidity repository. This means accessing ``https://github.com/ethereum/soldity/blob/develop/std/*.sol`` (or ``https://github.com/ethereum/solidity/std/*.sol`` in Remix) will not be possible. * Syntax Checker: Named return values in function types are an error. |