diff options
author | Patrick Cloke <patrickc@matrix.org> | 2023-11-16 12:58:00 -0500 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2023-11-16 12:58:00 -0500 |
commit | ff0148a165d8c6405319d177f90b817f14b92040 (patch) | |
tree | b39efa47756d0312fc6e311d9867ddf5590016fe /CHANGES.md | |
parent | Fix "'int' object is not iterable" error in set_device_id_for_pushers backgro... (diff) | |
download | synapse-ff0148a165d8c6405319d177f90b817f14b92040.tar.xz |
1.96.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 9 |
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 |