aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Alt <leo@ethereum.org>2018-12-12 21:43:09 +0800
committerLeonardo Alt <leo@ethereum.org>2018-12-12 21:43:44 +0800
commit8c49d86e6b2422757fe5579711ef7cdf1718b81c (patch)
treefc500241a19eb4a6b518d729371a90307ed6d187
parent508aae8a6709f4758753bb1e2ac1f613043c6750 (diff)
downloaddexon-solidity-8c49d86e6b2422757fe5579711ef7cdf1718b81c.tar.gz
dexon-solidity-8c49d86e6b2422757fe5579711ef7cdf1718b81c.tar.zst
dexon-solidity-8c49d86e6b2422757fe5579711ef7cdf1718b81c.zip
Changelog entry
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 5bbf5af6..1f093efa 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -8,6 +8,7 @@ Compiler Features:
* Code Generator: Use codecopy for string constants more aggressively.
* Code Generator: Use binary search for dispatch function if more efficient. The size/speed tradeoff can be tuned using ``--optimize-runs``.
* SMTChecker: Support mathematical and cryptographic functions in an uninterpreted way.
+ * Static Analyzer: Do not warn about unused variables or state mutability for functions with an empty body.
* Type Checker: Add an additional reason to be displayed when type conversion fails.
* Yul: Support object access via ``datasize``, ``dataoffset`` and ``datacopy`` in standalone assembly mode.