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
- It's now possible to use [Miniscript](https://bitcoin.sipa.be/miniscript/) inside Taproot leaves for descriptor wallets. (#27255)
263
268
269
+
Descriptors
270
+
-----------
271
+
272
+
- The usage of hybrid public keys in output descriptors has been removed. Hybrid
273
+
public keys are an exotic public key encoding not supported by output descriptors
274
+
(as specified in BIP380 and documented in doc/descriptors.md). Bitcoin Core would
275
+
previously incorrectly accept descriptors containing such hybrid keys. (#28587)
276
+
264
277
GUI changes
265
278
-----------
266
279
@@ -272,6 +285,15 @@ GUI changes
272
285
273
286
- The ability to create legacy wallets is being removed. (gui#764)
274
287
288
+
Contrib
289
+
-------
290
+
291
+
- Bash completion files have been renamed from `bitcoin*.bash-completion` to
292
+
`bitcoin*.bash`. This means completions can be automatically loaded on demand
293
+
based on invoked commands' names when they are put into the completion
294
+
directory (found with `pkg-config --variable=completionsdir
295
+
bash-completion`) without requiring renaming. (#28507)
0 commit comments