You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1fa9270 Update changelog for 12.3.x releases (Noah Joeris)
Pull request description:
Add the `12.3.2` to `12.3.7` entry to `CHANGELOG.md`
ACKs for top commit:
apoelstra:
ACK 1fa9270; successfully ran local tests
Tree-SHA512: c3c64ef7e2c025f4b65bb1c60f5f54a192aa6a6ef6769a9a8551bbadceae4caed5a01ec610941acaf4b58fd4a099cce23ae31f2fbdcc315b2e3969978bb1fd3e
-**Update MSRV to Rust 1.63**[#719](https://github.com/rust-bitcoin/rust-miniscript/pull/719)
91
91
92
+
# 12.3.7 - May 27, 2026
93
+
94
+
- Preserve previously finalized PSBT inputs during finalization [#966](https://github.com/rust-bitcoin/rust-miniscript/pull/966)
95
+
96
+
# 12.3.6 - April 21, 2026
97
+
98
+
- Add `KeyMapWrapper` and `GetKey` implementations for PSBT signing [#860](https://github.com/rust-bitcoin/rust-miniscript/pull/860)
99
+
- Append witness script for P2WSH in `Plan::satisfy()`[#909](https://github.com/rust-bitcoin/rust-miniscript/pull/909)
100
+
101
+
# 12.3.5 - July 21, 2025
102
+
103
+
- Add conversions from `PublicKey` and `XOnlyPublicKey` to descriptor key types [#819](https://github.com/rust-bitcoin/rust-miniscript/pull/819)
104
+
105
+
# 12.3.4 - July 5, 2025
106
+
107
+
- Reject hardened derivation steps in `DefiniteDescriptorKey`[#840](https://github.com/rust-bitcoin/rust-miniscript/pull/840)
108
+
109
+
# 12.3.3 - July 3, 2025
110
+
111
+
- Reject multipath keys in `DefiniteDescriptorKey`[#831](https://github.com/rust-bitcoin/rust-miniscript/pull/831)
112
+
113
+
# 12.3.2 - April 29, 2025
114
+
115
+
- Fix crash in `Descriptor::parse_desc`[#810](https://github.com/rust-bitcoin/rust-miniscript/pull/810)
116
+
92
117
# 12.3.1 - April 1, 2025
93
118
94
119
- Silent fix for CVE-2025-43707 (crash on satisfaction of particularly crafted `thresh` fragments) [#798](https://github.com/rust-bitcoin/rust-miniscript/pull/798)
0 commit comments