mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add Changelog entry.
This commit is contained in:
parent
c7a0f44159
commit
46b0feb602
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user