aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-04-16 19:10:50 +0800
committerGitHub <noreply@github.com>2018-04-16 19:10:50 +0800
commit533d08517f37496295e213194b489cd6ed15432b (patch)
tree936f79a7f70bd3b970a86463106ac87808bf8721 /Changelog.md
parent8be19ad72bbdd7c934003c7d338f5511b6786921 (diff)
parent33fbf88707e69362bd5b6336860827a7b4d74440 (diff)
downloaddexon-solidity-533d08517f37496295e213194b489cd6ed15432b.tar.gz
dexon-solidity-533d08517f37496295e213194b489cd6ed15432b.tar.zst
dexon-solidity-533d08517f37496295e213194b489cd6ed15432b.zip
Merge pull request #3793 from ethereum/rationalNumberLimit
Rational number limit
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 91048cd5..9d1c835d 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -43,6 +43,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.