@@ -7,6 +7,33 @@ Contributors do not need to change this file but do need to add changelog detail
7
7
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
8
8
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9
9
10
+ ## [ wallet-2.1.0]
11
+
12
+ ### Added
13
+
14
+ - feat: add justfile #268
15
+ - feat(tx_builder): add ` TxBuilder::exclude_unconfirmed ` and ` TxBuilder::exclude_below_confirmations ` #258
16
+ - feat(wallet): ` Wallet::create_multipath() ` method for creating wallets from BIP 389 multipath descriptors #275
17
+ - feat(wallet): ` CreateParams::new_multipath() ` for multipath descriptor parameter creation #275
18
+ - feat(wallet): Support for 2-path multipath descriptors with automatic receive/change separation #275
19
+ - feat(wallet): Enhanced validation for multipath descriptors with descriptive error messages #275
20
+
21
+ ### Fixed
22
+
23
+ - fix(coin_selection): prefer ` Utxo::Local ` over ` Utxo::Foreign ` in ` OldestFirstCoinSelection ` #265
24
+ - fix(tx_builder): preserve insertion order with ` TxOrdering::Untouched ` #262
25
+ - fix(wallet): Recovering from spk-cache now works properly #288
26
+
27
+ ### Changed
28
+
29
+ - ci: automated update to rustc 1.87.0 #242
30
+ - deps: bump ` bitcoin ` to 0.32.6 #266
31
+ - doc(tx_builder): add info about manually selected UTXOs priority #262
32
+ - test: refactor and move wallet tests #199
33
+ - chore(clippy): fix uninlined format args #287
34
+ - docs(wallet): expand docs for ` apply_evicted_txs ` #270
35
+ - docs(wallet): add sync operation to bdk_wallet examples #274
36
+
10
37
## [ wallet-2.0.0-beta.0]
11
38
12
39
### Added
@@ -1301,3 +1328,5 @@ final transaction is created by calling `finish` on the builder.
1301
1328
[ wallet-1.1.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-1.1.0
1302
1329
[ wallet-1.2.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-1.2.0
1303
1330
[ wallet-2.0.0-beta.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.0.0-beta.0
1331
+ [ wallet-2.0.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.0.0
1332
+ [ wallet-2.1.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.1.0
0 commit comments