summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-20 14:31:27 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-20 14:31:27 +0100
commite031c7e0cca2422aa2c5d3704adc66723d8094e7 (patch)
treeea162e417c2c85d7cfb6c28d657ff884c96e3e91 /CHANGES.md
parentAdd Application Service registration type requirement + py35, pg95 deprecatio... (diff)
downloadsynapse-e031c7e0cca2422aa2c5d3704adc66723d8094e7.tar.xz
1.32.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 41908f84be..4d48a321c6 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,5 @@
-Synapse 1.32.0rc1 (2021-04-13)
-==============================
+Synapse 1.32.0 (2021-04-20)
+===========================
 
 **Note:** This release requires Python 3.6+ and Postgres 9.6+ or SQLite 3.22+.
 
@@ -7,6 +7,15 @@ This release removes the deprecated `GET /_synapse/admin/v1/users/<user_id>` adm
 
 This release requires Application Services to use type `m.login.application_services` when registering users via the `/_matrix/client/r0/register` endpoint to comply with the spec. Please ensure your Application Services are up to date.
 
+Bugfixes
+--------
+
+- Fix the log lines of nested logging contexts. Broke in 1.32.0rc1. ([\#9829](https://github.com/matrix-org/synapse/issues/9829))
+
+
+Synapse 1.32.0rc1 (2021-04-13)
+==============================
+
 Features
 --------