aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-09-06 03:47:42 +0800
committerGitHub <noreply@github.com>2018-09-06 03:47:42 +0800
commit522174890f9a376f7b192014774fb2f6d3280356 (patch)
tree38bef8a77b2f169e3b0ce9b6a73859e26086b26c /Changelog.md
parent08a7a51f071e2ef30db011fb36d505c7615785ec (diff)
parenta7ffff6a2916a5e501d9a338a82811d53846b777 (diff)
downloaddexon-solidity-522174890f9a376f7b192014774fb2f6d3280356.tar.gz
dexon-solidity-522174890f9a376f7b192014774fb2f6d3280356.tar.zst
dexon-solidity-522174890f9a376f7b192014774fb2f6d3280356.zip
Merge pull request #4872 from bakaoh/issue4716
Crash when array index value is too large
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 14a362be..26f5178f 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -114,6 +114,7 @@ Bugfixes:
* 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 Checker: Fix internal error when array index value is too large.
* Type System: Allow arbitrary exponents for literals with a mantissa of zero.
* Parser: Fix incorrect source location for nameless parameters.