File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [ Unreleased]
11
11
12
+ ## [ 0.23.2]
13
+ - Use default ` CryptoProvider ` if available, otherwise install ` rustls ` 's ` CryptoProvider ` based on features #171
14
+ - Add a new batch method for ` blockchain.transaction.get_merkle ` #170
12
15
13
16
## [ 0.23.1]
14
17
- Fix batch request to Electrum servers out of order responses #160
@@ -55,4 +58,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
58
[ 0.22.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.21.0...v0.22.0
56
59
[ 0.23.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.22.0...v0.23.0
57
60
[ 0.23.1 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.23.0...v0.23.1
58
- [ Unreleased ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.23.1...HEAD
61
+ [ 0.23.2 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.23.1...v0.23.2
62
+ [ Unreleased ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.23.2...HEAD
You can’t perform that action at this time.
0 commit comments