aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-05-07 21:12:10 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-05-15 02:23:40 +0800
commitd7d71a14dfa7ab6f51842c086c25b9e7a2d9b19a (patch)
tree003e10362a49c8ef2407cc5f2fa7b8e489ba0c17 /Changelog.md
parent56238ab1ec99176e964e55bbb657c22f92b5200b (diff)
downloaddexon-solidity-d7d71a14dfa7ab6f51842c086c25b9e7a2d9b19a.tar
dexon-solidity-d7d71a14dfa7ab6f51842c086c25b9e7a2d9b19a.tar.gz
dexon-solidity-d7d71a14dfa7ab6f51842c086c25b9e7a2d9b19a.tar.bz2
dexon-solidity-d7d71a14dfa7ab6f51842c086c25b9e7a2d9b19a.tar.lz
dexon-solidity-d7d71a14dfa7ab6f51842c086c25b9e7a2d9b19a.tar.xz
dexon-solidity-d7d71a14dfa7ab6f51842c086c25b9e7a2d9b19a.tar.zst
dexon-solidity-d7d71a14dfa7ab6f51842c086c25b9e7a2d9b19a.zip
Add Changelog entry.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index dfa24a25..6f6f672c 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,8 @@ Features:
* Remove deprecated ``constant`` as function state modifier from documentation and tests (but still leave it as a valid feature).
* Build System: Update internal dependency of jsoncpp to 1.8.4, which introduces more strictness and reduces memory usage.
* Code Generator: Use native shift instructions on target Constantinople.
+ * Control Flow Graph: Add Control Flow Graph as analysis structure.
+ * Control Flow Graph: Warn about returning uninitialized storage pointers.
* Gas Estimator: Only explore paths with higher gas costs. This reduces accuracy but greatly improves the speed of gas estimation.
* Optimizer: Remove unnecessary masking of the result of known short instructions (``ADDRESS``, ``CALLER``, ``ORIGIN`` and ``COINBASE``).
* Parser: Display nicer error messages by showing the actual tokens and not internal names.