summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2022-06-30 10:43:24 +0200
committerGitHub <noreply@github.com>2022-06-30 10:43:24 +0200
commit4d3b8fb23f0c9288b311efd7def83b641bda82b8 (patch)
treea9e78ae9ffabd1e4302da52b79712d244e48ef7f /changelog.d
parentImplement MSC3827: Filtering of `/publicRooms` by room type (#13031) (diff)
downloadsynapse-4d3b8fb23f0c9288b311efd7def83b641bda82b8.tar.xz
Don't actually one-line the SQL statements we send to the DB (#13129)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13129.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13129.misc b/changelog.d/13129.misc
new file mode 100644
index 0000000000..4c2dbb7057
--- /dev/null
+++ b/changelog.d/13129.misc
@@ -0,0 +1 @@
+Only one-line SQL statements for logging and tracing.