aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-04-21 17:13:10 +0800
committerchriseth <chris@ethereum.org>2017-04-21 17:36:38 +0800
commit9bc9fe6af7241479fe3099eae235452b054a6f11 (patch)
tree78cfc115c1c71b9bb59b55bc8bb99d25711bbd81 /Changelog.md
parented64c849f57b9aeed1eda4563f0d4340013420ef (diff)
downloaddexon-solidity-9bc9fe6af7241479fe3099eae235452b054a6f11.tar
dexon-solidity-9bc9fe6af7241479fe3099eae235452b054a6f11.tar.gz
dexon-solidity-9bc9fe6af7241479fe3099eae235452b054a6f11.tar.bz2
dexon-solidity-9bc9fe6af7241479fe3099eae235452b054a6f11.tar.lz
dexon-solidity-9bc9fe6af7241479fe3099eae235452b054a6f11.tar.xz
dexon-solidity-9bc9fe6af7241479fe3099eae235452b054a6f11.tar.zst
dexon-solidity-9bc9fe6af7241479fe3099eae235452b054a6f11.zip
Warn about side-effect free statements.
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 352e8374..3603d315 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -7,6 +7,7 @@ Features:
* Commandline interface: Add the ``--standard-json`` parameter to process a Standard JSON I/O.
* Commandline interface: Support ``--allow-paths`` to define trusted import paths. Note: the
path(s) of the supplied source file(s) is always trusted.
+ * Static analyzer: Warn about statements without effects.
Bugfixes:
* Assembly output: Implement missing AssemblyItem types.