aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-07-10 18:40:33 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-07-10 21:28:06 +0800
commit833fc8955f07f8966073f5084105a0cf736cd2a5 (patch)
tree2ab30c07f1d15025025b6753ebf2d18b110ad227
parentad47fe23c13b8bfa24aa952619af4917467f21c8 (diff)
downloaddexon-solidity-833fc8955f07f8966073f5084105a0cf736cd2a5.tar
dexon-solidity-833fc8955f07f8966073f5084105a0cf736cd2a5.tar.gz
dexon-solidity-833fc8955f07f8966073f5084105a0cf736cd2a5.tar.bz2
dexon-solidity-833fc8955f07f8966073f5084105a0cf736cd2a5.tar.lz
dexon-solidity-833fc8955f07f8966073f5084105a0cf736cd2a5.tar.xz
dexon-solidity-833fc8955f07f8966073f5084105a0cf736cd2a5.tar.zst
dexon-solidity-833fc8955f07f8966073f5084105a0cf736cd2a5.zip
Update changelog.
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 2ded6bf2..68fdfc80 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -33,6 +33,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 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: 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.