diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-06-08 08:30:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-08 08:30:48 -0400 |
commit | 9e4610cc272fc8e5db39608de83ce48360889e42 (patch) | |
tree | 33158a167c6f8f4b558b110c669bec7670295557 /changelog.d | |
parent | Name release branches just after major.minor (#10013) (diff) | |
download | synapse-9e4610cc272fc8e5db39608de83ce48360889e42.tar.xz |
Correct type hints for parse_string(s)_from_args. (#10137)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10137.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10137.misc b/changelog.d/10137.misc new file mode 100644 index 0000000000..a901f8431e --- /dev/null +++ b/changelog.d/10137.misc @@ -0,0 +1 @@ +Add `parse_strings_from_args` for parsing an array from query parameters. |