Skip to content

Commit d0f55f8

Browse files
committed
Grab CHANGELOG entries
Go back to all the recent releases (back to 9.x) and grab all the changelog entries.
1 parent 83a5214 commit d0f55f8

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,14 @@ The full changelog:
137137
- Refactor out `type_check` [#649](https://github.com/rust-bitcoin/rust-miniscript/pull/649)
138138
- Replace macros with traits, using trait bound trick [#650](https://github.com/rust-bitcoin/rust-miniscript/pull/650)
139139

140+
# 11.2.0 - July 20, 2024
141+
142+
- Fix panics while decoding large miniscripts from script [#712](https://github.com/rust-bitcoin/rust-miniscript/pull/712)
143+
144+
# 11.1.0 - July 9, 2024
145+
146+
- Explicitly track recursion depth in fragments [#704](https://github.com/rust-bitcoin/rust-miniscript/pull/704)
147+
140148
# 11.0.0 - November 16, 2023
141149

142150
- Add the planning module [#592](https://github.com/rust-bitcoin/rust-miniscript/pull/592)
@@ -150,6 +158,14 @@ The full changelog:
150158
- Add method to convert expr_raw_pkh into pkh [557](https://github.com/rust-bitcoin/rust-miniscript/pull/557)
151159
- psbt: Rewrite input replacement to avoid forgetting fields [568](https://github.com/rust-bitcoin/rust-miniscript/pull/568)
152160

161+
# # 10.2.0 - July 20, 2024
162+
163+
- Fix panics while decoding large miniscripts from script [#712](https://github.com/rust-bitcoin/rust-miniscript/pull/712)
164+
165+
# 10.1.0 - July 9, 2024
166+
167+
- Explicitly track recursion depth in fragments [#704](https://github.com/rust-bitcoin/rust-miniscript/pull/704)
168+
153169
# 10.0.0 - May 24, 2023
154170

155171
- Works with rust-bitcoin 0.30.0
@@ -160,13 +176,33 @@ The full changelog:
160176
- Update TranslatePk trait to cleanly separate errors during translation itself and script context errors. [PR](https://github.com/rust-bitcoin/rust-miniscript/pull/493/)
161177
- Fixes to improve CI infrastructure with [Nix](https://github.com/rust-bitcoin/rust-miniscript/pull/538/) support and [bitcoind](https://github.com/rust-bitcoin/rust-miniscript/pull/536/) tests.
162178

179+
# 9.2.0 - July 20, 2024
180+
181+
- Fix panics while decoding large miniscripts from script [#712](https://github.com/rust-bitcoin/rust-miniscript/pull/712)
182+
183+
# 9.1.0 - July 13, 2023
184+
- Explicitly track recursion depth in fragments [#704](https://github.com/rust-bitcoin/rust-miniscript/pull/704)
185+
186+
# 9.0.2
187+
188+
- Workaround for recursion bug in rustc https://github.com/rust-bitcoin/rust-miniscript/pull/566
189+
190+
# 9.0.1 - March 8, 2023
191+
192+
- Fixed a typing rule in `multi_a` for taproot miniscript descriptors. Current typing rules
193+
incorrectly tagged `multi_a` with the `n` property. Certain miniscripts of the form `j:multi_a` could
194+
could not spent without the first key. We could not find any evidence of these scripts being used
195+
in the wild. While this is technically a breaking change, any downstream users whose code would
196+
break by this change are already vulnerable.
197+
163198
# 9.0.0 - November 5, 2022
164199

165200
- Fixed a bug dealing with dissatisfying pkh inside thresh
166201
- Changed the signature of `Satisfier::lookup_raw_pkh_pk` API. Only custom implementations
167202
of `Satisfier` need to be updated. The psbt APIs are unchanged.
168203
- Fixed a bug related to display of `raw_pk_h`. These descriptors are experimental
169204
and only usable by opting via `ExtParams` while parsing string.
205+
170206
# 8.0.0 - October 20, 2022
171207

172208
This release contains several significant API overhauls, as well as a bump

0 commit comments

Comments
 (0)