diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2018-05-07 21:12:10 +0800 |
---|---|---|
committer | Daniel Kirchner <daniel@ekpyron.org> | 2018-05-15 02:23:40 +0800 |
commit | d7d71a14dfa7ab6f51842c086c25b9e7a2d9b19a (patch) | |
tree | 003e10362a49c8ef2407cc5f2fa7b8e489ba0c17 /Changelog.md | |
parent | 56238ab1ec99176e964e55bbb657c22f92b5200b (diff) | |
download | dexon-solidity-d7d71a14dfa7ab6f51842c086c25b9e7a2d9b19a.tar.gz dexon-solidity-d7d71a14dfa7ab6f51842c086c25b9e7a2d9b19a.tar.zst dexon-solidity-d7d71a14dfa7ab6f51842c086c25b9e7a2d9b19a.zip |
Add Changelog entry.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 2 |
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. |