diff options
author | Alexander Arlt <alexander.arlt@arlt-labs.com> | 2018-02-16 07:03:12 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-04-23 18:10:39 +0800 |
commit | 0b49fd34931bd27c47b2f9dea39f4c75b3b2937f (patch) | |
tree | cbe0342fb088823881495389987cf79a099c064c /Changelog.md | |
parent | 2fae248dbe50bed93268529724c1e3691f3c4a3f (diff) | |
download | dexon-solidity-0b49fd34931bd27c47b2f9dea39f4c75b3b2937f.tar.gz dexon-solidity-0b49fd34931bd27c47b2f9dea39f4c75b3b2937f.tar.zst dexon-solidity-0b49fd34931bd27c47b2f9dea39f4c75b3b2937f.zip |
CMake: Update jsoncpp to v1.8.4
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 0fbce7c5..f51bd634 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,7 @@ ### 0.4.24 (unreleased) Features: + * Build System: Update internal dependency of jsoncpp to 1.8.4, which introduces more strictness and reduces memory usage. * Optimizer: Remove unnecessary masking of the result of known short instructions (``ADDRESS``, ``CALLER``, ``ORIGIN`` and ``COINBASE``). * Type Checker: Make literals (without explicit type casting) an error for tight packing as experimental 0.5.0 feature. |