diff options
author | chriseth <chris@ethereum.org> | 2018-04-07 00:35:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-07 00:35:21 +0800 |
commit | fe61435c273bf43ac1a20d8bc97b6935a54b7117 (patch) | |
tree | ec0b2c69457ff11adce020869e51dac70d64c744 /Changelog.md | |
parent | 12ba3ee082c13414cdb2aefb794b94e5c137de1e (diff) | |
parent | b2753aa05307d8142a319212c5fdd9a3c7f383fe (diff) | |
download | dexon-solidity-fe61435c273bf43ac1a20d8bc97b6935a54b7117.tar dexon-solidity-fe61435c273bf43ac1a20d8bc97b6935a54b7117.tar.gz dexon-solidity-fe61435c273bf43ac1a20d8bc97b6935a54b7117.tar.bz2 dexon-solidity-fe61435c273bf43ac1a20d8bc97b6935a54b7117.tar.lz dexon-solidity-fe61435c273bf43ac1a20d8bc97b6935a54b7117.tar.xz dexon-solidity-fe61435c273bf43ac1a20d8bc97b6935a54b7117.tar.zst dexon-solidity-fe61435c273bf43ac1a20d8bc97b6935a54b7117.zip |
Merge pull request #3839 from ethereum/unusedVariableWarningOrder
Static Analyzer: Fix non-deterministic order of unused variable warni…
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 d6860bdf..d1e199b7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -27,6 +27,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. + * Static Analyzer: Fix non-deterministic order of unused variable warnings. ### 0.4.21 (2018-03-07) |