summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2019-01-29 10:04:23 +0000
committerGitHub <noreply@github.com>2019-01-29 10:04:23 +0000
commit94fb63e44f33b6679cdb7f0bb989e9864d6babd0 (patch)
tree45fd894f292397192ab00785716f9f2d837c4837 /changelog.d
parentMerge pull request #4493 from matrix-org/erikj/refactor_event_signing (diff)
downloadsynapse-94fb63e44f33b6679cdb7f0bb989e9864d6babd0.tar.xz
Fix typo in upserts code (#4505)
* fix obvious problem :|

* changelog
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4505.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4505.misc b/changelog.d/4505.misc
new file mode 100644
index 0000000000..994801fd1e
--- /dev/null
+++ b/changelog.d/4505.misc
@@ -0,0 +1 @@
+ Synapse will now take advantage of native UPSERT functionality in PostgreSQL 9.5+ and SQLite 3.24+.