summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-02-06 10:51:02 +0000
committerErik Johnston <erik@matrix.org>2020-02-06 10:51:02 +0000
commitb5176166b7b62f3c04c21f12a775982c99a90c9c (patch)
tree64c63f0ceaf6f020b9ff2d2df302128a75383d90
parentUpdate changelog (diff)
downloadsynapse-b5176166b7b62f3c04c21f12a775982c99a90c9c.tar.xz
Update changelog
-rw-r--r--CHANGES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index e56f738481..17c7c91c62 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -5,13 +5,13 @@ Bugfixes
 --------
 
 - Fix an issue with cross-signing where device signatures were not sent to remote servers. ([\#6844](https://github.com/matrix-org/synapse/issues/6844))
-- Fix detecting unknown devices from remote encrypted events. ([\#6848](https://github.com/matrix-org/synapse/issues/6848))
+- Fix to the unknown remote device detection which was indroduced in 1.10.rc1. ([\#6848](https://github.com/matrix-org/synapse/issues/6848))
 
 
 Internal Changes
 ----------------
 
-- Detect unexpected sender keys on inbound encrypted events and resync device lists. ([\#6850](https://github.com/matrix-org/synapse/issues/6850))
+- Detect unexpected sender keys on remote encrypted events and resync device lists. ([\#6850](https://github.com/matrix-org/synapse/issues/6850))
 
 
 Synapse 1.10.0rc1 (2020-01-31)