Skip to content

Commit

Permalink
Add entry to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Aug 15, 2019
1 parent aaba113 commit 63759f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Documentation of all notable changes to the **EVMC** project.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## [6.3.1] - unreleased

### Fixed

- In C++ API the `get_balance()` method now returns expected `evmc::uint256be`
instead of `evmc_uint256be`.
[[#403](https://github.com/ethereum/evmc/pull/403)]


## [6.3.0] - 2019-08-12

### Added
Expand Down Expand Up @@ -319,6 +328,7 @@ and this project adheres to [Semantic Versioning].
[[#52](https://github.com/ethereum/evmc/pull/52)]


[6.3.1]: https://github.com/ethereum/evmc/compare/v6.3.0...release/6.3
[6.3.0]: https://github.com/ethereum/evmc/releases/tag/v6.3.0
[6.2.2]: https://github.com/ethereum/evmc/releases/tag/v6.2.2
[6.2.1]: https://github.com/ethereum/evmc/releases/tag/v6.2.1
Expand Down

0 comments on commit 63759f8

Please sign in to comment.