aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorErik Kundt <bitshift@posteo.org>2018-03-27 01:48:20 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-04-16 17:45:55 +0800
commit33fbf88707e69362bd5b6336860827a7b4d74440 (patch)
treeebf17d15faaa23225ba3b4d6dd101be10ec0a25b /Changelog.md
parent2001cc6bdca87d715380b15f11c797666528e040 (diff)
downloaddexon-solidity-33fbf88707e69362bd5b6336860827a7b4d74440.tar.gz
dexon-solidity-33fbf88707e69362bd5b6336860827a7b4d74440.tar.zst
dexon-solidity-33fbf88707e69362bd5b6336860827a7b4d74440.zip
Limits rational numbers to 4096 bits.
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 80f02a2d..bc8391bc 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -41,6 +41,7 @@ Bugfixes:
* Type System: Improve error message when attempting to shift by a fractional amount.
* Type System: Make external library functions accessible.
* Type System: Prevent encoding of weird types.
+ * Type System: Restrict rational numbers to 4096 bits.
* Static Analyzer: Fix non-deterministic order of unused variable warnings.
* Static Analyzer: Invalid arithmetic with constant expressions causes errors.