Skip to content

Commit e398f69

Browse files
authored
Update README.md
1 parent e072989 commit e398f69

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ Solana-blockchain client, written in pure swift.
77
[![Platform](https://img.shields.io/cocoapods/p/SolanaSwift.svg?style=flat)](https://cocoapods.org/pods/SolanaSwift)
88
[![Documentation Status](https://readthedocs.org/projects/ansicolortags/badge/?version=latest)](https://p2p-org.github.io/solana-swift/documentation/solanaswift)
99

10+
## Breaking changes
11+
### v5.0
12+
...
13+
- Remove deprecated typealias Mint, use SPLTokenMintState or Token2022MintState instead.
14+
- Remove deprecated typealias Wallet, use AccountBalance instead.
15+
- Support token 2022 via method getAccountBalances (See GetAccountBalancesTests).
16+
- Support token 2022 and Token2022Program.
17+
...
18+
1019
## Features
1120
- [x] Supported swift concurrency (from 2.0.0)
1221
- [x] Key pairs generation

0 commit comments

Comments
 (0)