Skip to content

Commit 3cec9e4

Browse files
committed
Mke createFromEndoced public
1 parent 1d7a18b commit 3cec9e4

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

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

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

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
19+
- Fixed a few JSDoc issues
20+
621
## [0.13.2] - 20-Sep-2019
722

823
**Milestone**: Elephant.3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ with the NEM2 (a.k.a Catapult)
1212

1313
### _Elephant_ Network Compatibility (catapult-server@0.7.0.1)
1414

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.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**.
1616

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**.
1818

1919
### _Dragon_ Network Compatibility (catapult-server@0.4.0.1)
2020

0 commit comments

Comments
 (0)