Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Akhterov <[email protected]>
  • Loading branch information
janaakhterov committed Mar 22, 2022
1 parent fced3fd commit 096b337
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## v2.11.0-beta.1

### Added

* `AccountAllowanceApproveTransaction.approve[Hbar|Token|TokenNft]Allowance()`
* `AccountAllowanceApproveTransaction.get[Hbar|Token|TokenNft]Approvals()`
* `AccountAllowanceAdjustTransaction.[grant|revoke][Hbar|Token|TokenNft]Allowance()`
* `AccountAllowanceAdjustTransaction.[grant|revoke]TokenNftAllowanceAllSerials()`
* `TransactionRecord.[hbar|token|tokenNft]AllowanceAdjustments`
* `TransferTransaction.addApproved[Hbar|Token|Nft]Transfer()`
* `AccountInfoFlow`

### Deprecated

* `AccountAllowanceApproveTransaction.get[Hbar|Token|TokenNft]Allowances()`, use `get*Approvals()` instead.
* `AccountAllowanceApproveTransaction.add[Hbar|Token|TokenNft]Allowance[WithOwner]()`, use `approve*Allowance()` instead.
* `AccountAllowanceAdjustTransaction.add[Hbar|Token|TokenNft]Allowance[WithOwner]()`, use `[grant|revoke]*Allowance()` instead.
* `TransferTransaction.set[Hbar|Token|Nft]TransferApproval()`, use `addApproved*Transfer()` instead.
* `Client.[set|get]NodeMinReadmitPeriod()`
* Support for using any node from the entire network upon execution
if node account IDs have no been locked for the request.
* Support for `ContractFunctionParameters` integers with different bit widths.

### Fixed
Expand Down

0 comments on commit 096b337

Please sign in to comment.