aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorJason Cobb <jason.e.cobb@gmail.com>2018-04-11 05:35:15 +0800
committerchriseth <chris@ethereum.org>2018-04-11 18:03:08 +0800
commit3b7b962b663b493ad876a084fea72a3b747ce9e8 (patch)
treeeb387d20447d93f20831bef6458540d1e2f3aa47 /Changelog.md
parent41d81a7432caac39fa420ab6b761a35221710171 (diff)
downloaddexon-solidity-3b7b962b663b493ad876a084fea72a3b747ce9e8.tar
dexon-solidity-3b7b962b663b493ad876a084fea72a3b747ce9e8.tar.gz
dexon-solidity-3b7b962b663b493ad876a084fea72a3b747ce9e8.tar.bz2
dexon-solidity-3b7b962b663b493ad876a084fea72a3b747ce9e8.tar.lz
dexon-solidity-3b7b962b663b493ad876a084fea72a3b747ce9e8.tar.xz
dexon-solidity-3b7b962b663b493ad876a084fea72a3b747ce9e8.tar.zst
dexon-solidity-3b7b962b663b493ad876a084fea72a3b747ce9e8.zip
Fix bug in typechecking when comparing rational literals
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 9a910a1a..8c9ba460 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -27,6 +27,7 @@ Bugfixes:
* DocString Parser: Fix error message for empty descriptions.
* Standard JSON: Support ``constantinople`` as ``evmVersion`` properly.
* Type Checker: Fix detection of recursive structs.
+ * Type Checker: Fix asymmetry bug when comparing with literal numbers.
* 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.