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+
112# 4.0.0 - Nov 23, 2020
213
314- Add support for parsing secret keys
Original file line number Diff line number Diff line change 11[package ]
22name = " miniscript"
3- version = " 4 .0.3 "
3+ version = " 5 .0.0 "
44authors = [" Andrew Poelstra <apoelstra@wpsoftware.net>, Sanket Kanjalkar <sanket1729@gmail.com>" ]
55repository = " https://github.com/apoelstra/miniscript"
66description = " Miniscript: a subset of Bitcoin Script designed for analysis"
You can’t perform that action at this time.
0 commit comments