@@ -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.24.0]
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
@@ -49,10 +52,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
49
52
- Revert "errors if expecting headers notification but not subscribed" #115
50
53
51
54
[ 0.18.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.17.0...0.18.0
52
- [ 0.19.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.18.0...v0.19.0
53
- [ 0.20.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.19.0...v0.20.0
54
- [ 0.21.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.20.0...v0.21.0
55
- [ 0.22.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.21.0...v0.22.0
56
- [ 0.23.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.22.0...v0.23.0
57
- [ 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
55
+ [ 0.19.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.18.0...0.19.0
56
+ [ 0.20.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.19.0...0.20.0
57
+ [ 0.21.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.20.0...0.21.0
58
+ [ 0.22.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.21.0...0.22.0
59
+ [ 0.23.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.22.0...0.23.0
60
+ [ 0.23.1 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.23.0...0.23.1
61
+ [ 0.24.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.23.1...0.24.0
62
+ [ Unreleased ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.24.0...HEAD
0 commit comments