aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2017-03-06 21:50:31 +0800
committerchriseth <c@ethdev.com>2017-03-08 19:42:24 +0800
commitc7d61a2c6afb88787174bbb6a7bce934deefef70 (patch)
tree6aea223a9be80c9e26c8692d5ae4dfbb58d030eb
parent93ef7fd260d680cf6e984e286427542e24749bca (diff)
downloaddexon-solidity-c7d61a2c6afb88787174bbb6a7bce934deefef70.tar.gz
dexon-solidity-c7d61a2c6afb88787174bbb6a7bce934deefef70.tar.zst
dexon-solidity-c7d61a2c6afb88787174bbb6a7bce934deefef70.zip
Changelog entry.
-rw-r--r--Changelog.md1
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.