aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-08-08 18:27:37 +0800
committerGitHub <noreply@github.com>2018-08-08 18:27:37 +0800
commit64e3c9913f6ecfde8f2fe0121c93e92080916b95 (patch)
tree758b8c8cc5e4ff4f12d0f7cbd824982e4adad8ce /Changelog.md
parent4dc3335cda18bae7c683227a9795a7cc1de95fd2 (diff)
parentb11e39e25ee14b2d56db86ea48e3229a7a6cad52 (diff)
downloaddexon-solidity-64e3c9913f6ecfde8f2fe0121c93e92080916b95.tar.gz
dexon-solidity-64e3c9913f6ecfde8f2fe0121c93e92080916b95.tar.zst
dexon-solidity-64e3c9913f6ecfde8f2fe0121c93e92080916b95.zip
Merge pull request #4736 from ethereum/removeFillRight
Remove remaining instances of ``fillRight``.
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 0790c0ca..1974ffb2 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -90,6 +90,7 @@ Bugfixes:
* Type Checker: Disallow assignments to mappings within tuple assignments as well.
* 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.
* Type Checker: Report error when using structs in events without experimental ABIEncoderV2. This used to crash or log the wrong values.
* Type System: Allow arbitrary exponents for literals with a mantissa of zero.