summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16943.bugfix1
-rw-r--r--changelog.d/17032.misc1
-rw-r--r--changelog.d/17036.misc1
3 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/16943.bugfix b/changelog.d/16943.bugfix
new file mode 100644

index 0000000000..4360741132 --- /dev/null +++ b/changelog.d/16943.bugfix
@@ -0,0 +1 @@ +Make the CSAPI endpoint `/keys/device_signing/upload` idempotent. \ No newline at end of file diff --git a/changelog.d/17032.misc b/changelog.d/17032.misc new file mode 100644
index 0000000000..b03f6f42e5 --- /dev/null +++ b/changelog.d/17032.misc
@@ -0,0 +1 @@ +Use new receipts column to optimise receipt and push action SQL queries. Contributed by Nick @ Beeper (@fizzadar). diff --git a/changelog.d/17036.misc b/changelog.d/17036.misc new file mode 100644
index 0000000000..3296668059 --- /dev/null +++ b/changelog.d/17036.misc
@@ -0,0 +1 @@ +Fix mypy with latest Twisted release.