diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-08-31 13:22:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 17:22:29 +0000 |
commit | 287918e2d4437d890b2c0078b12859fae268dacc (patch) | |
tree | c8214c15be7b1ceb9ab4ee206743f1f95f42cfc5 /changelog.d | |
parent | Move the sessions delta to the latest schema version. (#10725) (diff) | |
download | synapse-287918e2d4437d890b2c0078b12859fae268dacc.tar.xz |
Additional type hints for the client REST servlets (part 3). (#10707)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10707.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10707.misc b/changelog.d/10707.misc new file mode 100644 index 0000000000..39a37b90b1 --- /dev/null +++ b/changelog.d/10707.misc @@ -0,0 +1 @@ +Add missing type hints to REST servlets. |