From 499ec8b024dbfb13e5a0635fbe5af68339057494 Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 9 Aug 2018 21:16:46 +0200 Subject: [PATCH] Changelog entry. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index b2f9bf051..bb76b3d73 100644 --- a/Changelog.md +++ b/Changelog.md @@ -91,6 +91,7 @@ Bugfixes: * 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: Disallow assignments to mappings within tuple assignments as well. + * Type Checker: Disallow packed encoding of arrays of structs. * Type Checker: Allow assignments to local variables of mapping types. * Type Checker: Consider fixed size arrays when checking for recursive structs. * Type Checker: Fix crashes in erroneous tuple assignments in which the type of the right hand side cannot be determined.