Skip to content

Commit

Permalink
changelog: Add entries about Go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed May 15, 2020
1 parent ac0ec98 commit 920159a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@ and this project adheres to [Semantic Versioning].

## [7.3.0] — unreleased

### Added

- Support for **Go modules**.
[#486](https://github.com/ethereum/evmc/pull/486)

### Changed

- The minimum **Go version** supported bumped to **1.11** (Go modules are required).
[#486](https://github.com/ethereum/evmc/pull/486)
- Removed dependency on go-ethereum in Go bindings by introducing own `Address` and `Hash` types.
[#513](https://github.com/ethereum/evmc/pull/513)

Expand Down

0 comments on commit 920159a

Please sign in to comment.