aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-08-14 23:34:04 +0800
committerGitHub <noreply@github.com>2018-08-14 23:34:04 +0800
commit3f42118d1987ce99b6088d7076b32413373dd09c (patch)
tree8dc85185331dfebec1641993128a0a145ffb48f7 /Changelog.md
parent34d3000dcc20cbcf0e0eb71c71fb43403a9db9d8 (diff)
parent43bda534102c95a85daddc64fb466eb8c88e2325 (diff)
downloaddexon-solidity-3f42118d1987ce99b6088d7076b32413373dd09c.tar
dexon-solidity-3f42118d1987ce99b6088d7076b32413373dd09c.tar.gz
dexon-solidity-3f42118d1987ce99b6088d7076b32413373dd09c.tar.bz2
dexon-solidity-3f42118d1987ce99b6088d7076b32413373dd09c.tar.lz
dexon-solidity-3f42118d1987ce99b6088d7076b32413373dd09c.tar.xz
dexon-solidity-3f42118d1987ce99b6088d7076b32413373dd09c.tar.zst
dexon-solidity-3f42118d1987ce99b6088d7076b32413373dd09c.zip
Merge pull request #4765 from ethereum/fixes-issue-4673
[WIP] Fixes issue where computing storage size for a number would take too long (or even cause a crash).
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 7cbdc764..2f4ce1f9 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -102,6 +102,7 @@ Bugfixes:
* 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: 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 System: Allow arbitrary exponents for literals with a mantissa of zero.