diff --git a/CHANGELOG.md b/CHANGELOG.md index 029b09763..027d4e39d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,12 +13,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removed --> -## [2.15.4] - 2024-02-08 +## [2.15.4] - 2024-02-12 ### Fixed -- `newTransferWithOptionalTransferId` now uses `PublicKey` as a target instead of `AccountHash`. -- Fixed implementation of `EventStream`. Previous one had problems when there was two events emmited in the same time. +- [`newTransferWithOptionalTransferId` now uses `PublicKey` as a target instead of `AccountHash`.](https://github.com/casper-ecosystem/casper-js-sdk/issues/385) +- [Fixed implementation of `EventStream`. Previous one had problems when there was two events emmited at the same time](https://github.com/casper-ecosystem/casper-js-sdk/issues/379) +- [Fixed imports problem in modern TS environment](https://github.com/casper-ecosystem/casper-js-sdk/issues/386) ## [2.15.3] - 2023-10-16