aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-04-12 17:49:08 +0800
committerGitHub <noreply@github.com>2018-04-12 17:49:08 +0800
commitc3dc67d0e0c311a907e7a27e159f9159d78af949 (patch)
tree5931874703a65e74c9319a06381ea769c2e402a9 /Changelog.md
parentea445b9d372ad99f5c705628104db36bcb0d33a2 (diff)
parentd42476e241489447e5dc4f5b1fafc8000e635fbc (diff)
downloaddexon-solidity-c3dc67d0e0c311a907e7a27e159f9159d78af949.tar
dexon-solidity-c3dc67d0e0c311a907e7a27e159f9159d78af949.tar.gz
dexon-solidity-c3dc67d0e0c311a907e7a27e159f9159d78af949.tar.bz2
dexon-solidity-c3dc67d0e0c311a907e7a27e159f9159d78af949.tar.lz
dexon-solidity-c3dc67d0e0c311a907e7a27e159f9159d78af949.tar.xz
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.md1
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)