File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 9.0.0 - November 5, 2022
2
+
3
+ - Fixed a bug dealing with dissatisfying pkh inside thresh
4
+ - Changed the signature of ` Satisfier::lookup_raw_pkh_pk ` API. Only custom implementations
5
+ of ` Satisfier ` need to be updated. The psbt APIs are unchanged.
6
+ - Fixed a bug related to display of ` raw_pk_h ` . These descriptors are experimental
7
+ and only usable by opting via ` ExtParams ` while parsing string.
1
8
# 8.0.0 - October 20, 2022
2
9
3
10
This release contains several significant API overhauls, as well as a bump
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " miniscript"
3
- version = " 8 .0.0"
3
+ version = " 9 .0.0"
4
4
authors = [" Andrew Poelstra <apoelstra@wpsoftware.net>, Sanket Kanjalkar <sanket1729@gmail.com>" ]
5
5
license = " CC0-1.0"
6
6
homepage = " https://github.com/rust-bitcoin/rust-miniscript/"
You can’t perform that action at this time.
0 commit comments