From 46b0feb6029719ed8db6c9fd30dfde31b9f78521 Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Wed, 8 Aug 2018 19:25:47 +0200 Subject: Add Changelog entry. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 37dcea7a..49524176 100644 --- a/Changelog.md +++ b/Changelog.md @@ -80,6 +80,7 @@ Compiler Features: * Removed ``pragma experimental "v0.5.0";``. 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. * Code Generator: Fix allocation of byte arrays (zeroed out too much memory). * Code Generator: Properly handle negative number literals in ABIEncoderV2. -- cgit v1.2.3