aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-09-17 23:48:59 +0800
committerchriseth <chris@ethereum.org>2018-09-17 23:49:40 +0800
commit2a083715d32cfbd58010f32053362be73bbdb89f (patch)
treeab0ed1fc537b746ae772d49116135394d94efc20
parent47b8d998d13ad7365a897fc52496bf5fa1222040 (diff)
downloaddexon-solidity-2a083715d32cfbd58010f32053362be73bbdb89f.tar
dexon-solidity-2a083715d32cfbd58010f32053362be73bbdb89f.tar.gz
dexon-solidity-2a083715d32cfbd58010f32053362be73bbdb89f.tar.bz2
dexon-solidity-2a083715d32cfbd58010f32053362be73bbdb89f.tar.lz
dexon-solidity-2a083715d32cfbd58010f32053362be73bbdb89f.tar.xz
dexon-solidity-2a083715d32cfbd58010f32053362be73bbdb89f.tar.zst
dexon-solidity-2a083715d32cfbd58010f32053362be73bbdb89f.zip
Changelog entry for array type conversion change.
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 2619801f..95197e04 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.