Skip to content

Commit b88750e

Browse files
Update changelog.
1 parent 2a3570a commit b88750e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ All notable changes will be documented in this file.
55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

77
## Unreleased
8+
- TBD
9+
10+
## 10.0.1-beta.1
811
- [TokenPayment instead of Balance, where applicable](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/193)
9-
- [Breaking change: deprecate / remove balance & balance builder](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/194)
12+
- [Breaking change: Deprecate / remove balance & balance builder](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/194)
13+
- [Breaking change: Deprecate EsdtHelpers in favor of @elrondnetwork/transaction-decoder](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/195/files)
1014

1115
## 10.0.0-alpha.5
1216
- [Breaking change: adjustements to transaction awaitening and completion, transaction watcher](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/173)
@@ -55,6 +59,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
5559
- Remove `interaction.withGasLimitComponents()`. Not so helpful anymore (since `NetworkConfig` isn't a singleton anymore).
5660
- `TokenPayment` should be used instead of `Balance`, where applicable.
5761
- Deprecate / remove `Balance` & `BalanceBuilder`. `TokenPayment` / `IAccountBalance` (a simple big number) should be used instead, depending on the purpose.
62+
- Deprecated `EsdtHelpers` in favor of `@elrondnetwork/transaction-decoder`.
5863

5964
## [10.0.0-beta.3]
6065
- [Extract dapp / signing providers to separate repositories](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/170)

0 commit comments

Comments
 (0)