CHANGELOG: And entry about operator< fix

This commit is contained in:
Paweł Bylica 2020-01-07 16:17:21 +01:00
parent 6799b9888c
commit 34efa10ef9
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF

View File

@ -17,6 +17,11 @@ and this project adheres to [Semantic Versioning].
- New **evmc command-line tool** has been added. At the moment it supports
command _run_ for executing bytecode in any EVMC-compatible VM implementation.
Try `evmc run --help` for more information.
### Fixed
- The implementation of C++ `operator<` for `evmc::address` and `evmc::bytes32` has been fixed.
[#498](https://github.com/ethereum/evmc/pull/498)
## [7.1.0] — 2019-11-29