summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-01-19 19:45:36 +0000
committerGitHub <noreply@github.com>2022-01-19 19:45:36 +0000
commit5572e6cc4b0f7f3a907773f29d82671202812a6d (patch)
tree2395d0674c83e11c73cd27fafa6c6d1b405c4edf /changelog.d
parentFix mypy for platforms without epoll support. (#11771) (diff)
downloadsynapse-5572e6cc4b0f7f3a907773f29d82671202812a6d.tar.xz
Comments and typing for `_update_outliers_txn` (#11776)
A couple of surprises for me here, so thought I'd document them
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11776.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11776.misc b/changelog.d/11776.misc
new file mode 100644
index 0000000000..572ccda847
--- /dev/null
+++ b/changelog.d/11776.misc
@@ -0,0 +1 @@
+Add some comments and type annotations for `_update_outliers_txn`.