diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-05-27 17:22:28 +0200 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-05-27 17:22:28 +0200 |
commit | b4109499b452887894d514285bdac20869809d0b (patch) | |
tree | 62135c7d405d7925f7d16efe96a4dfefdfd27e0b /changelog.d | |
parent | Fix sample config docs error (#7581) (diff) | |
download | synapse-b4109499b452887894d514285bdac20869809d0b.tar.xz |
1.14.0rc2
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7578.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/7579.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/7580.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/7581.doc | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/changelog.d/7578.bugfix b/changelog.d/7578.bugfix deleted file mode 100644 index cd29307361..0000000000 --- a/changelog.d/7578.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix cache config to not apply cache factor to event cache. Regression in v1.14.0rc1. diff --git a/changelog.d/7579.bugfix b/changelog.d/7579.bugfix deleted file mode 100644 index 54542b6026..0000000000 --- a/changelog.d/7579.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix bug where `ReplicationStreamer` was not always started when replication was enabled. Bug introduced in v1.14.0rc1. diff --git a/changelog.d/7580.bugfix b/changelog.d/7580.bugfix deleted file mode 100644 index b255dc2a12..0000000000 --- a/changelog.d/7580.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix specifying individual cache factors for caches with special characters in their name. Regression in v1.14.0rc1. diff --git a/changelog.d/7581.doc b/changelog.d/7581.doc deleted file mode 100644 index 88beeb7bde..0000000000 --- a/changelog.d/7581.doc +++ /dev/null @@ -1 +0,0 @@ -Fix OIDC client_auth_method commented out value in sample config. |