File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 5.0.0 - Jan 14, 2021
2
+
3
+ - Remove ` PkCtx ` from the API
4
+ - Move descriptors into their own types, with an enum containing all of them
5
+ - Move descriptor functionality into a trait
6
+ - Remove ` FromStr ` bound from ` MiniscriptKey ` and ` MiniscriptKey::Hash `
7
+ - Various ` DescriptorPublicKey ` improvements
8
+ - Allow hardened paths in ` DescriptorPublicKey ` , remove direct ` ToPublicKey ` implementation
9
+ - Change ` Option ` to ` Result ` in all APIs
10
+ - bump ` rust-bitcoin ` to 0.26
11
+
1
12
# 4.0.0 - Nov 23, 2020
2
13
3
14
- Add support for parsing secret keys
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " miniscript"
3
- version = " 4 .0.3 "
3
+ version = " 5 .0.0 "
4
4
authors = [" Andrew Poelstra <apoelstra@wpsoftware.net>, Sanket Kanjalkar <sanket1729@gmail.com>" ]
5
5
repository = " https://github.com/apoelstra/miniscript"
6
6
description = " Miniscript: a subset of Bitcoin Script designed for analysis"
You can’t perform that action at this time.
0 commit comments