summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorOlivier 'reivilibre <oliverw@matrix.org>2024-04-25 16:00:37 +0100
committerOlivier 'reivilibre <oliverw@matrix.org>2024-04-25 16:00:37 +0100
commit30c50e024075f7046baa5465d27a1c490b54dc21 (patch)
tree5eeb7f106ed76f5fd14b31f9e5c09fdde2ac837f /CHANGES.md
parent1.106.0rc1 (diff)
downloadsynapse-30c50e024075f7046baa5465d27a1c490b54dc21.tar.xz
Tweak changelog v1.106.0rc1
Diffstat (limited to '')
-rw-r--r--CHANGES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 913e6fbc8c..451581fa63 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,8 +3,8 @@
 ### Features
 
 - Send an email if the address is already bound to an user account. ([\#16819](https://github.com/element-hq/synapse/issues/16819))
-- Implement the rendezvous mechanism described by MSC4108. ([\#17056](https://github.com/element-hq/synapse/issues/17056))
-- Support delegating the rendezvous mechanism described MSC4108 to an external implementation. ([\#17086](https://github.com/element-hq/synapse/issues/17086))
+- Implement the rendezvous mechanism described by [MSC4108](https://github.com/matrix-org/matrix-spec-proposals/issues/4108). ([\#17056](https://github.com/element-hq/synapse/issues/17056))
+- Support delegating the rendezvous mechanism described [MSC4108](https://github.com/matrix-org/matrix-spec-proposals/issues/4108) to an external implementation. ([\#17086](https://github.com/element-hq/synapse/issues/17086))
 
 ### Bugfixes