summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorH. Shay <hillerys@element.io>2023-03-21 11:07:59 -0700
committerH. Shay <hillerys@element.io>2023-03-21 11:07:59 -0700
commit527512b8119a65eb5f5c98814b14403111978af8 (patch)
treeff2f7af7d96941c16d2172bb0cd381c37d2fd554 /CHANGES.md
parentupdate changelog (diff)
parentUpdate CHANGES.md (diff)
downloadsynapse-527512b8119a65eb5f5c98814b14403111978af8.tar.xz
Merge branch 'release-v1.80' of https://github.com/matrix-org/synapse into release-v1.80 v1.80.0rc1
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index a2d9ad090b..1d15bacb90 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -17,7 +17,7 @@ Bugfixes
 - Fix a long-standing bug in which the user directory would assume any remote membership state events represent a profile change. ([\#14755](https://github.com/matrix-org/synapse/issues/14755), [\#14756](https://github.com/matrix-org/synapse/issues/14756))
 - Implement [MSC3873](https://github.com/matrix-org/matrix-spec-proposals/pull/3873) to fix a long-standing bug where properties with dots were handled ambiguously in push rules. ([\#15190](https://github.com/matrix-org/synapse/issues/15190))
 - Faster joins: Fix a bug introduced in Synapse 1.66 where spurious "Failed to find memberships ..." errors would be logged. ([\#15232](https://github.com/matrix-org/synapse/issues/15232))
-- Fix long-standing error when sending message into deleted room. ([\#15235](https://github.com/matrix-org/synapse/issues/15235))
+- Fix a long-standing error when sending message into deleted room. ([\#15235](https://github.com/matrix-org/synapse/issues/15235))
 
 
 Updates to the Docker image