Skip to content

Commit d9733ae

Browse files
authored
docs: update change log 2.0.2 #844
1 parent c5f69f5 commit d9733ae

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## 2.0.2 - 7-Oct-2022
8+
9+
**Milestone**: Symbol Mainnet
10+
Package | Version | Link
11+
---|---|---
12+
SDK Core| v2.0.2 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk)
13+
Catbuffer | v1.0.1 | [catbuffer-typescript](https://www.npmjs.com/package/catbuffer-typescript)
14+
Client Library | v1.0.3 | [symbol-openapi-typescript-fetch-client](https://www.npmjs.com/package/symbol-openapi-typescript-fetch-client)
15+
16+
[Bug] [#843](https://github.com/symbol/symbol-sdk-typescript-javascript/pull/843): Handle transaction meta's timestamp and feeMultiplier when value is undefined.
17+
718
## 2.0.1 - 30-May-2022
819

920
**Milestone**: Symbol Mainnet
@@ -39,7 +50,7 @@ SDK Core| v1.0.3 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk)
3950
Catbuffer | v1.0.1 | [catbuffer-typescript](https://www.npmjs.com/package/catbuffer-typescript)
4051
Client Library | v1.0.3 | [symbol-openapi-typescript-fetch-client](https://www.npmjs.com/package/symbol-openapi-typescript-fetch-client)
4152

42-
- fix: replaced `instanceof` statements. These statements are problematic when npm installs the dependency in multiples modules.
53+
- fix: replaced `instanceof` statements. These statements are problematic when npm installs the dependency in multiples modules.
4354
- feat: added mosaic revocation support.
4455

4556
## [1.0.2] - 25-Oct-2021
@@ -53,8 +64,8 @@ Client Library | v1.0.2 | [symbol-openapi-typescript-fetch-client](https://www.n
5364

5465
- feat: Multisig multilevel subscription in web listener.
5566
- feat: Added Deployment data to `ServerInfo`.
56-
- fix: Fixed observable pipe in `TransactionService`'s announce method.
57-
- fix: Allowing plain base32 addresses in rest payloads. Both address formats are supported.
67+
- fix: Fixed observable pipe in `TransactionService`'s announce method.
68+
- fix: Allowing plain base32 addresses in rest payloads. Both address formats are supported.
5869
- fix: Cosigning from transaction hash only.
5970
- fix: Transaction `signWith` method broken into smaller methods.
6071
- fix: Removed unsued dependencies.
@@ -748,7 +759,7 @@ Client Library | v0.7.20-alpha.6 | [nem2-sdk-openapi-typescript-node-client](ht
748759

749760
**Milestone**: Cow
750761

751-
- Fixed #125, maxFee DTO value errors with in-aggregate MosaicSupplyChange and HashLock transactions
762+
- Fixed #125, maxFee DTO value errors with in-aggregate MosaicSupplyChange and HashLock transactions
752763

753764
## [0.11.4] - 17-Apr-2019
754765

0 commit comments

Comments
 (0)