diff --git a/bip-0388.mediawiki b/bip-0388.mediawiki index d2d88c50..a16690ec 100644 --- a/bip-0388.mediawiki +++ b/bip-0388.mediawiki @@ -1,6 +1,3 @@ -RECENT CHANGES: -* (06 Nov 2024) Added support for musig key placeholders in descriptor templates -
   BIP: 388
   Layer: Applications
@@ -335,7 +332,14 @@ 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.
 
-==Footnotes==
+== Change Log ==
+
+* '''1.1.0''' (2024-11):
+** Added support for musig key placeholders in descriptor templates.
+* '''1.0.0''' (2024-05):
+** Initial version.
+
+== Footnotes ==