summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2023-07-18 14:06:00 +0100
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2023-07-18 14:06:00 +0100
commit69699a9bd11822635fcf2166f5dec2ce2365219c (patch)
tree5e2df000ffab2bb21ee8feeff6e8940db81d71a3 /CHANGES.md
parentRevert "Stop writing to column `user_id` of tables `profiles` and `user_filte... (diff)
downloadsynapse-69699a9bd11822635fcf2166f5dec2ce2365219c.tar.xz
1.88.0 v1.88.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 22d56a9a01..f379c994f0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,4 +1,4 @@
-# Synapse 1.88.0rc1 (2023-07-11)
+# Synapse 1.88.0 (2023-07-18)
 
 This release
  - raises the minimum supported version of Python to 3.8, as Python 3.7 is now [end-of-life](https://devguide.python.org/versions/), and
@@ -6,6 +6,14 @@ This release
 
 See [the upgrade notes](https://github.com/matrix-org/synapse/blob/release-v1.88/docs/upgrade.md#upgrading-to-v1880) for more information.
 
+
+### Bugfixes
+
+- Revert "Stop writing to column `user_id` of tables `profiles` and `user_filters`", which was introduced in Synapse 1.88.0rc1. ([\#15953](https://github.com/matrix-org/synapse/issues/15953))
+
+
+# Synapse 1.88.0rc1 (2023-07-11)
+
 ### Features
 
 - Add `not_user_type` param to the [list accounts admin API](https://matrix-org.github.io/synapse/v1.88/admin_api/user_admin_api.html#list-accounts). ([\#15844](https://github.com/matrix-org/synapse/issues/15844))