Skip to content

Commit

Permalink
Merge pull request #591 from ethereum/changelog
Browse files Browse the repository at this point in the history
Update CHANGELOG
  • Loading branch information
chfast authored Apr 26, 2021
2 parents 31b4ab3 + d2722be commit b625b72
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ and this project adheres to [Semantic Versioning].

### Changed

- Instruction `SHA3` has been renamed to `KECCAK256` as proposed by
- Instruction `SHA3` has been renamed to `KECCAK256` as proposed by
[EIP-1803](https://eips.ethereum.org/EIPS/eip-1803) to better match the underlying hash function.
[#590](https://github.com/ethereum/evmc/pull/590)
- The C++ standard required has been increased to **C++17**. The minimal officially supported Clang
version has been increased from 3.8 to 5.
[#584](https://github.com/ethereum/evmc/pull/584)


## [7.5.0] — 2021-03-23

Expand Down Expand Up @@ -71,7 +75,7 @@ and this project adheres to [Semantic Versioning].

### Changed

- The C++ standard required increased to **C++14**.
- The C++ standard required has been increased to **C++14**.
[#521](https://github.com/ethereum/evmc/pull/521)
- The C++ literals for `address` and `bytes32` types have been reimplemented to
use `static_assert` to report errors. This makes C++ bindings exception-free
Expand Down

0 comments on commit b625b72

Please sign in to comment.