Move changelog to standalone section

This commit is contained in:
Salvatore Ingala 2024-11-09 09:51:56 +00:00
parent c2026e1de6
commit 2faf09d395
No known key found for this signature in database
GPG Key ID: 74060FF81B33E4F8

View File

@ -1,6 +1,3 @@
RECENT CHANGES:
* (06 Nov 2024) Added support for <tt>musig</tt> key placeholders in descriptor templates
<pre>
BIP: 388
Layer: Applications
@ -335,6 +332,13 @@ Wallet policies are implemented in
For development and testing purposes, we provide a [[bip-0388/wallet_policies.py|Python 3.7 reference implementation]] of simple classes to handle wallet policies, and the conversion to/from output script descriptors.
The reference implementation is for demonstration purposes only and not to be used in production environments.
== Change Log ==
* '''1.1.0''' (2024-11):
** Added support for <tt>musig</tt> key placeholders in descriptor templates.
* '''1.0.0''' (2024-05):
** Initial version.
== Footnotes ==
<references />