@@ -7,6 +7,34 @@ 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.0.0-beta.0]
11
+
12
+ ### Added
13
+
14
+ - Add zizmor github actions security analysis workflow #8
15
+ - docs(wallet): provide guidance on use of ChangeSet #198
16
+ - ci: Add Ubuntu 24.04 ARM support for build-test job #200
17
+ - Bring back TxDetails #201
18
+ - feat(test): add legacy descriptor tests #214
19
+
20
+ ### Fixed
21
+
22
+ - fix: no Debug on Display implementations #12
23
+ - fix: Validate prevouts in get_psbt_input #232
24
+ - fix(wallet): fix into_descriptor_key for DescriptorPublicKey #241
25
+
26
+ ### Changed
27
+
28
+ - chore: split bdk_wallet into it's own repository #2
29
+ - chore: remove lazy_static from Cargo.toml #218
30
+ - chore(example_wallet_rpc): bump ctrlc to 3.4.6 #217
31
+ - chore(example_wallet_esplora_async): bump tokio to 1.38.1 #219
32
+ - deps!: update bdk_chain to 0.22.0 #208
33
+ - Chore: migrate library version naming convention on master #215
34
+ - chore: create and apply rustfmt.toml #213
35
+ - deps: Update bdk_chain to 0.23.0 #247
36
+ - feat(test-utils)!: use bitcoin::Amount instead of u64 on tests #223
37
+
10
38
## [ wallet-1.2.0]
11
39
12
40
### Changed
@@ -1272,3 +1300,4 @@ final transaction is created by calling `finish` on the builder.
1272
1300
[ wallet-1.0.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-1.0.0
1273
1301
[ wallet-1.1.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-1.1.0
1274
1302
[ wallet-1.2.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-1.2.0
1303
+ [ wallet-2.0.0-beta.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.0.0-beta.0
0 commit comments