summary refs log tree commit diff
path: root/changelog.d/12415.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unify HTTP query parameter type hints (#12415)David Robertson2022-04-081-0/+1
* Pull out query param types to `synapse.http.types` * Use QueryParams everywhere * Simplify `encode_query_args` * Add annotation which would have caught #12410