diff options
author | chriseth <chris@ethereum.org> | 2018-09-04 22:55:45 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-09-10 18:47:46 +0800 |
commit | b84a1b390b2a5cc495b32e8757cac7efde294cc9 (patch) | |
tree | 366c89a5c54405a352946e6a297bfa09ff429229 /Changelog.md | |
parent | 120438c0cf7abc506ca90221bafa2a9cbbb12994 (diff) | |
download | dexon-solidity-b84a1b390b2a5cc495b32e8757cac7efde294cc9.tar.gz dexon-solidity-b84a1b390b2a5cc495b32e8757cac7efde294cc9.tar.zst dexon-solidity-b84a1b390b2a5cc495b32e8757cac7efde294cc9.zip |
Changelog entry and bug list.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 8f3bfff9..997c4069 100644 --- a/Changelog.md +++ b/Changelog.md @@ -91,6 +91,9 @@ Compiler Features: * Code Generator: Allocate and free local variables according to their scope. * Removed ``pragma experimental "v0.5.0";``. +Critical Bugfixes: + * Code Generator: Properly perform cleanup for exponentiation and non-256 bit types. + Bugfixes: * Build System: Support versions of CVC4 linked against CLN instead of GMP. In case of compilation issues due to the experimental SMT solver support, the solvers can be disabled when configuring the project with CMake using ``-DUSE_CVC4=OFF`` or ``-DUSE_Z3=OFF``. * Tests: Fix chain parameters to make ipc tests work with newer versions of cpp-ethereum. |