summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a7ed49e105..3b32928238 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,11 +1,10 @@
-Unreleased
-==========
+Changes in synapse v0.26.1 (2018-03-15)
+=======================================
 
-synctl no longer starts the main synapse when using ``-a`` option with workers.
-A new worker file should be added with ``worker_app: synapse.app.homeserver``.
+Bug fixes:
 
-This release also begins the process of renaming a number of the metrics
-reported to prometheus. See `docs/metrics-howto.rst <docs/metrics-howto.rst#block-and-response-metrics-renamed-for-0-27-0>`_.
+* Fix bug where an invalid event caused server to stop functioning correctly,
+  due to parsing and serializing bugs in ujson library.
 
 
 Changes in synapse v0.26.0 (2018-01-05)