Skip to content

Commit

Permalink
chore: update changelog (#951)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
  • Loading branch information
0xivanov authored Jun 6, 2024
1 parent 7701475 commit 3a6f8af
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## v2.38.0

### Added

- `AccountBalanceQuery`, `AccountInfoQuery`, and `ContractInfoQuery` get part of the data from the Mirror Node REST API (HIP-367)
- Fungible Token Metadata Field (HIP-646)
- NFT Collection Token Metadata Field (HIP-765)

### Fixed

- Raise an error if the transaction is not frozen while signing
- Undeprecate `AccountBalance.TokenDecimals`, `AccountInfo.TokenRelationships`
- Account alias for hollow account Mirror Node Queries

### Deprecated

- `TokenRelationship.Symbol`, use `TokenInfo.Symbol` instead

## v2.37.0

### Added

- METADATA key and possibility to update NFT metadata (HIP-657)
- Fungible Token Metadata Field (HIP-646)
- NFT Collection Token Metadata Field (HIP-765)
- updated protobufs

## v2.36.0

### Added
Expand Down

0 comments on commit 3a6f8af

Please sign in to comment.