summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <andrewm@element.io>2022-07-01 12:29:23 +0100
committerAndrew Morgan <andrewm@element.io>2022-07-01 12:29:23 +0100
commit5296c09473942f51758d30a1ad254d82ebec955e (patch)
treee3737f395329ed3e8a2c5dcd32751e8001e82346 /changelog.d
parentExtra validation for rest/client/account_data (#13148) (diff)
parent1.62.0rc2 (diff)
downloadsynapse-5296c09473942f51758d30a1ad254d82ebec955e.tar.xz
Merge tag 'v1.62.0rc2' into develop
Synapse 1.62.0rc2 (2022-07-01)
==============================

Bugfixes
--------

- Fix unread counts for users on large servers. Introduced in v1.62.0rc1. ([\#13140](https://github.com/matrix-org/synapse/issues/13140))
- Fix DB performance when deleting old push notifications. Introduced in v1.62.0rc1. ([\#13141](https://github.com/matrix-org/synapse/issues/13141))
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13140.bugfix1
-rw-r--r--changelog.d/13141.bugfix1
2 files changed, 0 insertions, 2 deletions
diff --git a/changelog.d/13140.bugfix b/changelog.d/13140.bugfix
deleted file mode 100644
index cb0586e39e..0000000000
--- a/changelog.d/13140.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix unread counts for users on large servers. Introduced in v1.62.0rc1.
diff --git a/changelog.d/13141.bugfix b/changelog.d/13141.bugfix
deleted file mode 100644
index 930e870865..0000000000
--- a/changelog.d/13141.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix DB performance when deleting old push notifications. Introduced in v1.62.0rc1.