diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2018-04-07 00:10:26 +0800 |
---|---|---|
committer | Daniel Kirchner <daniel@ekpyron.org> | 2018-04-07 00:10:26 +0800 |
commit | b2753aa05307d8142a319212c5fdd9a3c7f383fe (patch) | |
tree | 961fd42a1be449d95e6e41c7781c2e2026771609 /Changelog.md | |
parent | 9bd49516d8f10e49b28a51fb68a9dfe195a9bbe4 (diff) | |
download | dexon-solidity-b2753aa05307d8142a319212c5fdd9a3c7f383fe.tar.gz dexon-solidity-b2753aa05307d8142a319212c5fdd9a3c7f383fe.tar.zst dexon-solidity-b2753aa05307d8142a319212c5fdd9a3c7f383fe.zip |
Static Analyzer: Fix non-deterministic order of unused variable warnings.
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) |