summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-10-30 16:50:48 +0000
committerGitHub <noreply@github.com>2020-10-30 16:50:48 +0000
commit7a0fd6f98df48932f0af52d9396f085ac96ff9a2 (patch)
tree65d2aa957f2717670a4c92c7c0dad455622146dc /changelog.d
parentMerge branch 'master' into develop (diff)
downloadsynapse-7a0fd6f98df48932f0af52d9396f085ac96ff9a2.tar.xz
Fix error handling around when completing an AS transaction (#8693)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8693.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8693.misc b/changelog.d/8693.misc
new file mode 100644
index 0000000000..b588bdd3e2
--- /dev/null
+++ b/changelog.d/8693.misc
@@ -0,0 +1 @@
+Add more type hints to the application services code.