From e8c6cb3d9e4cc5a20c40f9b6d79d5bfdfa73fcab Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 12 Aug 2025 13:19:58 +0100 Subject: [PATCH] Add security release notes --- CHANGES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4044a210ae..5d98fac6a0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,10 @@ # Synapse 1.136.0 (2025-08-12) +Note: This release includes the security fixes from `1.135.2` and `1.136.0rc2`, detailed below. + ### Bugfixes -- Fix bug where the [Make Room Admin API](https://element-hq.github.io/synapse/latest/admin_api/rooms.html#make-room-admin-api) would not treat a room v12's creator power level as the highest in room. ([\#18805](https://github.com/element-hq/synapse/issues/18805)) +- Fix bug introduced in 1.135.2 and 1.136.0rc2 where the [Make Room Admin API](https://element-hq.github.io/synapse/latest/admin_api/rooms.html#make-room-admin-api) would not treat a room v12's creator power level as the highest in room. ([\#18805](https://github.com/element-hq/synapse/issues/18805))