aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-08-14 17:36:19 +0800
committerGitHub <noreply@github.com>2018-08-14 17:36:19 +0800
commit6ca3973944546d1a5518274fea47e635a07f9ca5 (patch)
tree89905149f0c5c9e3b85e0259e739f0fba7d316de /Changelog.md
parent3dd31b704af6c50bc56217fd07266f7872daaa44 (diff)
parentbd567a22c9e901d2c7ae73a63f63dc56896b9461 (diff)
downloaddexon-solidity-6ca3973944546d1a5518274fea47e635a07f9ca5.tar.gz
dexon-solidity-6ca3973944546d1a5518274fea47e635a07f9ca5.tar.zst
dexon-solidity-6ca3973944546d1a5518274fea47e635a07f9ca5.zip
Merge pull request #4777 from ethereum/typeConversionMemory
Defaul data location for type conversions is memory.
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 edfdeff6..7e0e5618 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -95,6 +95,7 @@ Bugfixes:
* References Resolver: Enforce ``storage`` as data location for mappings.
* References Resolver: Properly handle invalid references used together with ``_slot`` and ``_offset``.
* References Resolver: Report error instead of assertion fail when FunctionType has an undeclared type as parameter.
+ * Type Checker: Default data location for type conversions (e.g. from literals) is memory and not storage.
* Type Checker: Disallow assignments to mappings within tuple assignments as well.
* Type Checker: Allow assignments to local variables of mapping types.
* Type Checker: Consider fixed size arrays when checking for recursive structs.