File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ unreleased]
9+
10+
11+ ## [ 0.2.0]
12+
13+ ### Added
14+
15+ - feat: Added ` FeeStrategy ` enum which defines the fee target as either a feerate or fee amount #31
16+ - feat: Add member ` PsbtParams::sighash_type ` #25
17+ - feat: Update signer impl for ` XOnlyPublicKey ` #20
18+ - feat: Allow multiple change sources #18
19+
20+ ### Changed
21+
22+ - chore: Bump MSRV to 1.85.0 #23
23+ - ` SelectorParams::target_feerate ` field is renamed to ` fee_strategy ` .
24+ - ` SelectorParams::change_policy ` field is changed to have type ` bdk_coin_select::ChangePolicy ` .
25+ - ` SelectorParams::new ` is changed to accept the ` FeeStrategy ` and ` ChangePolicy ` as inputs.
26+ - deps: Bump ` miniscript ` to 12.3.5
27+ - deps: Bump ` bdk_coin_select ` to 0.4.1
28+
29+ ### Fixed
30+
31+ - fix: Include ` fallback_locktime ` in locktime accumulation #24
32+
33+ ### Removed
34+
35+ - ` SelectorParams::change_weight ` field is removed now that the change weights are represented in the actual change policy.
36+ - Removed ` SelectorParams::to_cs_change_policy ` as the conversion is no longer necessary.
37+ - Removed ` ChangePolicyType ` enum to allow the user to construct the intended ` ChangePolicy ` .
38+
39+ ## [ 0.1.0]
40+
41+ ### Added
42+
43+ - The new "Tx builder" #1
44+
45+ [ unreleased ] : https://github.com/bitcoindevkit/bdk-tx/compare/0.2.0...HEAD
46+ [ 0.2.0 ] : https://github.com/bitcoindevkit/bdk-tx/compare/0.1.0...0.2.0
47+ [ 0.1.0 ] : https://github.com/bitcoindevkit/bdk-tx/releases/tag/0.1.0
You can’t perform that action at this time.
0 commit comments