summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-09-06 23:32:28 +0100
committerRichard van der Hoff <richard@matrix.org>2020-09-06 23:32:28 +0100
commit77b4711bc28c6e1c2c56ae564f93985d21419251 (patch)
tree7308cff3630d81cd97cf9eadb88aeafa6d997b5c /changelog.d
parentIn light of #8255, use BIGINTs for destination_rooms (#8256) (diff)
parentAdd cross-signing sigs to the `keys` object (#8234) (diff)
downloadsynapse-77b4711bc28c6e1c2c56ae564f93985d21419251.tar.xz
Merge branch 'release-v1.20.0' into develop
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8234.misc1
-rw-r--r--changelog.d/8252.feature1
-rw-r--r--changelog.d/8254.feature1
3 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/8234.misc b/changelog.d/8234.misc
new file mode 100644
index 0000000000..979c8b227b
--- /dev/null
+++ b/changelog.d/8234.misc
@@ -0,0 +1 @@
+Refactor queries for device keys and cross-signatures.
diff --git a/changelog.d/8252.feature b/changelog.d/8252.feature
new file mode 100644
index 0000000000..7e69b72429
--- /dev/null
+++ b/changelog.d/8252.feature
@@ -0,0 +1 @@
+Use the default template file when its equivalent is not found in a custom template directory.
diff --git a/changelog.d/8254.feature b/changelog.d/8254.feature
new file mode 100644
index 0000000000..feb02be234
--- /dev/null
+++ b/changelog.d/8254.feature
@@ -0,0 +1 @@
+Add unread messages count to sync responses, as specified in [MSC2654](https://github.com/matrix-org/matrix-doc/pull/2654).