summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index f2fef17c97..f384914a49 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -6,8 +6,10 @@ Changes in develop
 * Persist events we have rejected from federation, fixing the bug where
   servers would keep requesting the same events.
 * Various performance improvements, including:
-    - Caching common queries such as fetching events and current state.
-    - Upgraded JSON library.
+
+  - Caching common queries such as fetching events and current state.
+  - Upgraded JSON library to improve parsing and serialization speeds.
+
 * Add default avatars to new user accounts using pydenticon library.
 * Correctly time out federation requests.
 * Retry federation requests against different servers.