Skip to content

Commit 2c1d052

Browse files
committed
chore: Add CHANGELOG.md
1 parent d8f3643 commit 2c1d052

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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

0 commit comments

Comments
 (0)