From c848b337002cfbdf62e5a0481489085620f2df8b Mon Sep 17 00:00:00 2001 From: Jan Hoffmann Date: Mon, 12 Feb 2024 18:17:10 +0100 Subject: [PATCH] docs: Updated changelog --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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