aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorChristian Parpart <christian@parpart.family>2018-08-08 20:46:17 +0800
committerChristian Parpart <christian@ethereum.org>2018-08-14 21:38:10 +0800
commit43bda534102c95a85daddc64fb466eb8c88e2325 (patch)
tree825f2366d2eb90ca0f6f154c45ed67e12a478dc4 /Changelog.md
parent43db88b8363d73ee2f5ffa094ff506414261bd11 (diff)
downloaddexon-solidity-43bda534102c95a85daddc64fb466eb8c88e2325.tar
dexon-solidity-43bda534102c95a85daddc64fb466eb8c88e2325.tar.gz
dexon-solidity-43bda534102c95a85daddc64fb466eb8c88e2325.tar.bz2
dexon-solidity-43bda534102c95a85daddc64fb466eb8c88e2325.tar.lz
dexon-solidity-43bda534102c95a85daddc64fb466eb8c88e2325.tar.xz
dexon-solidity-43bda534102c95a85daddc64fb466eb8c88e2325.tar.zst
dexon-solidity-43bda534102c95a85daddc64fb466eb8c88e2325.zip
Fixes issue where computing storage size for a number would take too long.
Fixes #4673.
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 b2f9bf05..5a7a2d1d 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -94,6 +94,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.