From 2a083715d32cfbd58010f32053362be73bbdb89f Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 17 Sep 2018 17:48:59 +0200 Subject: [PATCH] Changelog entry for array type conversion change. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 2619801fa..95197e047 100644 --- a/Changelog.md +++ b/Changelog.md @@ -116,6 +116,7 @@ Bugfixes: * Type Checker: Fix freeze for negative fixed-point literals very close to ``0``, such as ``-1e-100``. * Type Checker: Dynamic types as key for public mappings return error instead of assertion fail. * Type Checker: Fix internal error when array index value is too large. + * Type Checker: Fix internal error for array type conversions. * Type System: Allow arbitrary exponents for literals with a mantissa of zero. * Parser: Fix incorrect source location for nameless parameters.