From 48af37a41e2f54a5b740090e0bec0b9b2e8d2cfe Mon Sep 17 00:00:00 2001 From: Hans Svensson Date: Thu, 12 Sep 2019 10:29:11 +0200 Subject: [PATCH] Fix CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae3e0c0..d1cebb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### Removed -## [4.0.0-rc3] - 2019-09-10 +## [4.0.0-rc3] - 2019-09-12 ### Added - `Bytes.concat` and `Bytes.split` are added to be able to (de-)construct byte arrays. @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 and entrypoints. - `AENS.claim` is updated with a `NameFee` field - to be able to do name auctions within contracts. +- Fixed a bug in `Bytes.to_str` for AEVM. ### Removed ## [4.0.0-rc1] - 2019-08-22