diff options
author | chriseth <chris@ethereum.org> | 2018-04-12 17:49:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-12 17:49:08 +0800 |
commit | c3dc67d0e0c311a907e7a27e159f9159d78af949 (patch) | |
tree | 5931874703a65e74c9319a06381ea769c2e402a9 /Changelog.md | |
parent | ea445b9d372ad99f5c705628104db36bcb0d33a2 (diff) | |
parent | d42476e241489447e5dc4f5b1fafc8000e635fbc (diff) | |
download | dexon-solidity-c3dc67d0e0c311a907e7a27e159f9159d78af949.tar.gz dexon-solidity-c3dc67d0e0c311a907e7a27e159f9159d78af949.tar.zst dexon-solidity-c3dc67d0e0c311a907e7a27e159f9159d78af949.zip |
Merge pull request #3848 from ethereum/constantDivisionByZero
Error on invalid arithmetic with constant expressions.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index e2174cfd..6288e848 100644 --- a/Changelog.md +++ b/Changelog.md @@ -39,6 +39,7 @@ Bugfixes: * Type System: Make external library functions accessible. * Type System: Prevent encoding of weird types. * Static Analyzer: Fix non-deterministic order of unused variable warnings. + * Static Analyzer: Invalid arithmetic with constant expressions causes errors. ### 0.4.21 (2018-03-07) |