From 583e7156ba214c98096217d18f6270e4a46491d9 Mon Sep 17 00:00:00 2001 From: Leonardo Alt Date: Tue, 31 Jul 2018 11:44:39 +0200 Subject: Dynamic type as mapping key returns error instead of assertion fail --- Changelog.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog.md') diff --git a/Changelog.md b/Changelog.md index 5a421fa5..1e16df59 100644 --- a/Changelog.md +++ b/Changelog.md @@ -110,6 +110,7 @@ Bugfixes: * Type Checker: Fix freeze for negative fixed-point literals very close to ``0``, such as ``-1e-100``. * Type Checker: Report error when using structs in events without experimental ABIEncoderV2. This used to crash or log the wrong values. * Type Checker: Report error when using indexed structs in events with experimental ABIEncoderV2. This used to log wrong values. + * Type Checker: Dynamic types as key for public mappings return error instead of assertion fail. * Type System: Allow arbitrary exponents for literals with a mantissa of zero. ### 0.4.24 (2018-05-16) -- cgit v1.2.3