diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-10-28 12:48:18 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-10-28 12:48:18 +0000 |
commit | c482d458221945d56dec1762c27205d229255eb3 (patch) | |
tree | a35901b9f7ce8bc800279d35f126e481c9b1c768 /changelog.d | |
parent | Improve signature checking on some federation APIs (#6262) (diff) | |
download | synapse-c482d458221945d56dec1762c27205d229255eb3.tar.xz |
1.5.0rc2 v1.5.0rc2
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6247.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/6248.misc | 1 | ||||
-rw-r--r-- | changelog.d/6255.misc | 1 | ||||
-rw-r--r-- | changelog.d/6256.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/6262.bugfix | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/changelog.d/6247.bugfix b/changelog.d/6247.bugfix deleted file mode 100644 index 3122ba0bde..0000000000 --- a/changelog.d/6247.bugfix +++ /dev/null @@ -1 +0,0 @@ -Update list of boolean columns in `synapse_port_db`. diff --git a/changelog.d/6248.misc b/changelog.d/6248.misc deleted file mode 100644 index 97176bcfc7..0000000000 --- a/changelog.d/6248.misc +++ /dev/null @@ -1 +0,0 @@ -Move schema delta files to the correct data store. diff --git a/changelog.d/6255.misc b/changelog.d/6255.misc deleted file mode 100644 index 45bc493648..0000000000 --- a/changelog.d/6255.misc +++ /dev/null @@ -1 +0,0 @@ -Small performance improvement by removing repeated config lookups in room stats calculation. diff --git a/changelog.d/6256.bugfix b/changelog.d/6256.bugfix deleted file mode 100644 index 4b619f8cf8..0000000000 --- a/changelog.d/6256.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix /keys/query API on workers. diff --git a/changelog.d/6262.bugfix b/changelog.d/6262.bugfix deleted file mode 100644 index 32687f0d2b..0000000000 --- a/changelog.d/6262.bugfix +++ /dev/null @@ -1 +0,0 @@ -Improve signature checking on some federation APIs. |