aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-08-03 20:32:37 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-08-03 21:46:26 +0800
commitc0a169ca90b780d102442aca98d1c510dac47464 (patch)
tree409d04e77d426d57dd2a53167a962b35abe2fd62 /Changelog.md
parentda6cefd475210a9bcae0aad80c03f3679ae00f56 (diff)
downloaddexon-solidity-c0a169ca90b780d102442aca98d1c510dac47464.tar
dexon-solidity-c0a169ca90b780d102442aca98d1c510dac47464.tar.gz
dexon-solidity-c0a169ca90b780d102442aca98d1c510dac47464.tar.bz2
dexon-solidity-c0a169ca90b780d102442aca98d1c510dac47464.tar.lz
dexon-solidity-c0a169ca90b780d102442aca98d1c510dac47464.tar.xz
dexon-solidity-c0a169ca90b780d102442aca98d1c510dac47464.tar.zst
dexon-solidity-c0a169ca90b780d102442aca98d1c510dac47464.zip
Disallow assignments to mappings within tuple assignments.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index e5306dc0..576b3d3f 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -79,6 +79,7 @@ Bugfixes:
* Fix NatSpec json output for `@notice` and `@dev` tags on contract definitions.
* References Resolver: Enforce ``storage`` as data location for mappings.
* References Resolver: Report error instead of assertion fail when FunctionType has an undeclared type as parameter.
+ * Type Checker: Disallow assignments to mappings within tuple assignments as well.
* Type Checker: Consider fixed size arrays when checking for recursive structs.
* Type System: Allow arbitrary exponents for literals with a mantissa of zero.