summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2023-11-16 12:58:00 -0500
committerPatrick Cloke <patrickc@matrix.org>2023-11-16 12:58:00 -0500
commitff0148a165d8c6405319d177f90b817f14b92040 (patch)
treeb39efa47756d0312fc6e311d9867ddf5590016fe /CHANGES.md
parentFix "'int' object is not iterable" error in set_device_id_for_pushers backgro... (diff)
downloadsynapse-ff0148a165d8c6405319d177f90b817f14b92040.tar.xz
1.96.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 2e7f199299..23aa629eab 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,12 @@
+# Synapse 1.96.0 (2023-11-16)
+
+### 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)
 
 ### Features