diff --git a/ergo-lib/CHANGELOG.md b/ergo-lib/CHANGELOG.md index db85f834b..02d21ba50 100644 --- a/ergo-lib/CHANGELOG.md +++ b/ergo-lib/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate + +### Added +* add `Coll[Long]` parsing from an array of strings in Wasm API `Constant.from_js`; +* impl `From` for `EcPoint`; + +### Fixed +* updated `wasm-bindgen`with a fix for wrong memory address when exceeding 2GB; + ## [0.24.0] - 2023-05-12 ### Added