summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2023-11-16 13:01:32 -0500
committerPatrick Cloke <patrickc@matrix.org>2023-11-16 13:01:32 -0500
commit2de2258bd299712942b08dbb09928b7f3a294c83 (patch)
treec70d93c2ef7569043bb6860334ac3c3a29eb7383 /CHANGES.md
parent1.96.0 (diff)
downloadsynapse-2de2258bd299712942b08dbb09928b7f3a294c83.tar.xz
Add blogpost link to changelog. v1.96.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 23aa629eab..5facd2bfa3 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,11 +1,17 @@
 # Synapse 1.96.0 (2023-11-16)
 
-### Bugfixes
+Synapse will soon be getting forked by Element under an AGPLv3.0 licence (with
+CLA, for proprietary dual licensing). You can read more about this here:
 
-- Fix "'int' object is not iterable" error in `set_device_id_for_pushers` background update introduced in Synapse 1.95.0. ([\#16594](https://github.com/matrix-org/synapse/issues/16594))
+* https://matrix.org/blog/2023/11/06/future-of-synapse-dendrite/
+* https://element.io/blog/element-to-adopt-agplv3/
 
+Any changes needed by server administrators will be communicated via our usual
+announcements channels, but we are striving to make this as seamless as possible.
 
+### Bugfixes
 
+- Fix "'int' object is not iterable" error in `set_device_id_for_pushers` background update introduced in Synapse 1.95.0. ([\#16594](https://github.com/matrix-org/synapse/issues/16594))
 
 # Synapse 1.96.0rc1 (2023-10-31)