You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
5
6
+
## [0.13.3] - 27-Sep-2019
7
+
8
+
**Milestone**: Elephant.3
9
+
10
+
- Added new alias transaction `PersistentDelegationRequestTransaction` which extends `TransferTransaction` to send special message to server for persistent delegation harvesting unlock request.
11
+
- Added new message type `PersistentHarvestingDelegationMessage`
12
+
- Fixed websorket listener notitification issue when cosignatory added through MultisigModifictionTransaction.
13
+
- Changed `value` parameter in MetadataTransactions from Uint8Array to `string` (utf8 encoding)
14
+
- Added `utf8ToUint8` and `uint8ToUtf8` converters for above changes
15
+
- Made `previousRestrictionValue` optional in `MosaicAddressRestrictionTransaction`
16
+
- Made `referenceMosaicId` optional in `MosaicGlobalRestrictionTransaction`
17
+
- Made `EncryptedPrivateKey` class public
18
+
- Made `createFromRawAddress` in `Address` class public
Due to a network upgrade with [catapult-server@elephant3](https://github.com/nemtech/catapult-server/releases/tag/v0.7.0.1) version, **it is recommended to use this package's 0.13.2 version and upwards to use this package with Elephant versioned networks**.
15
+
Due to a network upgrade with [catapult-server@elephant3](https://github.com/nemtech/catapult-server/releases/tag/v0.7.0.1) version, **it is recommended to use this package's 0.13.3 version and upwards to use this package with Elephant versioned networks**.
16
16
17
-
The upgrade to this package's [version v0.13.2](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.13.2) is mandatory for **elephant compatibility**.
17
+
The upgrade to this package's [version v0.13.3](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.13.3) is mandatory for **elephant compatibility**.
0 commit comments