diff --git a/bip-0322.mediawiki b/bip-0322.mediawiki
index ff4a3ffa..3fe9a067 100644
--- a/bip-0322.mediawiki
+++ b/bip-0322.mediawiki
@@ -219,7 +219,7 @@ output with prevout 000...000:FFFFFFFF does not exist.
=== Verification ===
-A validator is given as input an address ''A'' (which may be omitted in a proof-of-funds), signature
+A validator is given as input an address ''A'', signature
''s'' and message ''m'', and outputs one of three states:
@@ -489,10 +489,12 @@ and many others for their feedback on the specification.
== Changelog ==
+* '''1.0.1''' (2026-06-04):
+** Clarify that the message_challenge is ''not'' optional for "Proof of Funds".
* '''1.0.0''' (2026-04-15):
** Mark Complete
** Breaking change: Add human-readable prefix to encoded signature
-** Breaking change: format of "Proof of Funds" signatures to be base64-encoded finalized PSBT
+** Breaking change: Format of "Proof of Funds" signatures to be base64-encoded finalized PSBT
** Add new PSBT global field for PSBT-based signing
* '''0.0.1''' (2018-09-10):
** Proposed as draft