diff options
author | Erik Johnston <erik@matrix.org> | 2020-03-23 14:49:07 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-03-23 14:49:07 +0000 |
commit | 4f2a803c668c6ffec947f6541106fddab1a6e3a4 (patch) | |
tree | c47d2a217328f14c5b5e6c5c66b37be3a7be6469 /changelog.d | |
parent | Newsfile (diff) | |
parent | Convert `*StreamRow` classes to inner classes (#7116) (diff) | |
download | synapse-4f2a803c668c6ffec947f6541106fddab1a6e3a4.tar.xz |
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/catchup_on_worker
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6988.doc | 1 | ||||
-rw-r--r-- | changelog.d/7009.feature | 1 | ||||
-rw-r--r-- | changelog.d/7115.misc | 1 | ||||
-rw-r--r-- | changelog.d/7116.misc | 1 | ||||
-rw-r--r-- | changelog.d/7117.bugfix | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/changelog.d/6988.doc b/changelog.d/6988.doc new file mode 100644 index 0000000000..b6f71bb966 --- /dev/null +++ b/changelog.d/6988.doc @@ -0,0 +1 @@ +Improve the documentation for database configuration. diff --git a/changelog.d/7009.feature b/changelog.d/7009.feature new file mode 100644 index 0000000000..cd2705d5ba --- /dev/null +++ b/changelog.d/7009.feature @@ -0,0 +1 @@ +Set `Referrer-Policy` header to `no-referrer` on media downloads. diff --git a/changelog.d/7115.misc b/changelog.d/7115.misc new file mode 100644 index 0000000000..7d4a011e3e --- /dev/null +++ b/changelog.d/7115.misc @@ -0,0 +1 @@ +De-duplicate / remove unused REST code for login and auth. diff --git a/changelog.d/7116.misc b/changelog.d/7116.misc new file mode 100644 index 0000000000..89d90bd49e --- /dev/null +++ b/changelog.d/7116.misc @@ -0,0 +1 @@ +Convert `*StreamRow` classes to inner classes. diff --git a/changelog.d/7117.bugfix b/changelog.d/7117.bugfix new file mode 100644 index 0000000000..1896d7ad49 --- /dev/null +++ b/changelog.d/7117.bugfix @@ -0,0 +1 @@ +Fix a bug which meant that groups updates were not correctly replicated between workers. |