From 3cec9e4f2899e6fc05d6c993ae205c84d9934c07 Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Fri, 27 Sep 2019 15:36:34 +0100 Subject: [PATCH] Mke createFromEndoced public --- CHANGELOG.md | 15 +++++++++++++++ README.md | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c3a77f6ab..8117dabba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [0.13.3] - 27-Sep-2019 + +**Milestone**: Elephant.3 + +- Added new alias transaction `PersistentDelegationRequestTransaction` which extends `TransferTransaction` to send special message to server for persistent delegation harvesting unlock request. +- Added new message type `PersistentHarvestingDelegationMessage` +- Fixed websorket listener notitification issue when cosignatory added through MultisigModifictionTransaction. +- Changed `value` parameter in MetadataTransactions from Uint8Array to `string` (utf8 encoding) +- Added `utf8ToUint8` and `uint8ToUtf8` converters for above changes +- Made `previousRestrictionValue` optional in `MosaicAddressRestrictionTransaction` +- Made `referenceMosaicId` optional in `MosaicGlobalRestrictionTransaction` +- Made `EncryptedPrivateKey` class public +- Made `createFromRawAddress` in `Address` class public +- Fixed a few JSDoc issues + ## [0.13.2] - 20-Sep-2019 **Milestone**: Elephant.3 diff --git a/README.md b/README.md index a8f8bacf8c..35b817a472 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ with the NEM2 (a.k.a Catapult) ### _Elephant_ Network Compatibility (catapult-server@0.7.0.1) -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**. +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**. -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**. +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**. ### _Dragon_ Network Compatibility (catapult-server@0.4.0.1)