summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-08-03 17:23:13 -0700
committerAndrew Morgan <andrew@amorgan.xyz>2020-08-03 17:23:13 -0700
commitc89094e11faa7944b4294df11b48bb056dd5712c (patch)
tree9e1f7755659851dd6862fe12b1a3e113b9863380 /CHANGES.md
parentMerge commit '43726783e' into dinsic (diff)
parent1.16.1 (diff)
downloadsynapse-c89094e11faa7944b4294df11b48bb056dd5712c.tar.xz
Merge commit 'c9f7c683a' into anoa/dinsic_release_1_18_x
* commit 'c9f7c683a':
  1.16.1
  Drop incorrectly-added table `local_rejections_stream`. (#7816)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index bd8cf1a11f..9c156657c6 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,16 @@
+Synapse 1.16.1 (2020-07-10)
+===========================
+
+In some distributions of Synapse 1.16.0, we incorrectly included a database
+migration which added a new, unused table. This release removes the redundant
+table.
+
+Bugfixes
+--------
+
+- Drop table `local_rejections_stream` which was incorrectly added in Synapse 1.16.0. ([\#7816](https://github.com/matrix-org/synapse/issues/7816))
+
+
 Synapse 1.17.0rc1 (2020-07-09)
 ==============================