2 files changed, 2 insertions, 2 deletions
diff --git a/changelog.d/13227.feature b/changelog.d/13227.feature
index 9be99ac566..377297cfcd 100644
--- a/changelog.d/13227.feature
+++ b/changelog.d/13227.feature
@@ -1 +1 @@
-Add 3pid unbind callback to module API.
+Add a module callback for unbinding a 3PID.
diff --git a/docs/modules/third_party_rules_callbacks.md b/docs/modules/third_party_rules_callbacks.md
index 9394be10ad..2ca23449e3 100644
--- a/docs/modules/third_party_rules_callbacks.md
+++ b/docs/modules/third_party_rules_callbacks.md
@@ -267,7 +267,7 @@ If multiple modules implement this callback, Synapse runs them all in order.
### `on_threepid_unbind`
-_First introduced in Synapse v1.63.0_
+_First introduced in Synapse v1.64.0_
```python
async def on_threepid_unbind(
|