diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-09-06 23:32:28 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-09-06 23:32:28 +0100 |
commit | 77b4711bc28c6e1c2c56ae564f93985d21419251 (patch) | |
tree | 7308cff3630d81cd97cf9eadb88aeafa6d997b5c /changelog.d | |
parent | In light of #8255, use BIGINTs for destination_rooms (#8256) (diff) | |
parent | Add cross-signing sigs to the `keys` object (#8234) (diff) | |
download | synapse-77b4711bc28c6e1c2c56ae564f93985d21419251.tar.xz |
Merge branch 'release-v1.20.0' into develop
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8234.misc | 1 | ||||
-rw-r--r-- | changelog.d/8252.feature | 1 | ||||
-rw-r--r-- | changelog.d/8254.feature | 1 |
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). |