diff options
author | chriseth <c@ethdev.com> | 2017-03-06 21:50:31 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2017-03-08 19:42:24 +0800 |
commit | c7d61a2c6afb88787174bbb6a7bce934deefef70 (patch) | |
tree | 6aea223a9be80c9e26c8692d5ae4dfbb58d030eb | |
parent | 93ef7fd260d680cf6e984e286427542e24749bca (diff) | |
download | dexon-solidity-c7d61a2c6afb88787174bbb6a7bce934deefef70.tar.gz dexon-solidity-c7d61a2c6afb88787174bbb6a7bce934deefef70.tar.zst dexon-solidity-c7d61a2c6afb88787174bbb6a7bce934deefef70.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 178bd39f..8900eab7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,6 +12,7 @@ Bugfixes: * Commandline interface: Do not try creating paths ``.`` and ``..``. * Parser: Disallow octal literals. * Type system: Fix a crash caused by continuing on fatal errors in the code. + * Type system: Disallow compound assignment for tuples. * Type system: Detect cyclic dependencies between constants. * Type system: Disallow arrays with negative length. * Type system: Fix a crash related to invalid binary operators. |