diff options
author | chriseth <chris@ethereum.org> | 2018-07-10 22:27:45 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-07-10 22:27:57 +0800 |
commit | 32b44e10c5393ce28ecff2436ffa421be215f392 (patch) | |
tree | 7776b83f10dc7035555129f4c4391004d01ca4ff | |
parent | 8ca69ed8d86efe8058cb1001ab4c2609dbe297da (diff) | |
download | dexon-solidity-32b44e10c5393ce28ecff2436ffa421be215f392.tar.gz dexon-solidity-32b44e10c5393ce28ecff2436ffa421be215f392.tar.zst dexon-solidity-32b44e10c5393ce28ecff2436ffa421be215f392.zip |
Changelog entry.
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index a0471ce5..1e92863b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -38,6 +38,7 @@ Breaking Changes: * 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. + * Syntax Checker: Disallow unary ``+``. This was already the case in the experimental 0.5.0 mode. * View Pure Checker: Strictly enfore state mutability. This was already the case in the experimental 0.5.0 mode. Language Features: |