summary refs log tree commit diff
path: root/changelog.d/13328.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.64.0rc1Olivier Wilkinson (reivilibre)2022-07-261-1/+0
|
* Add missing types to opentracing. (#13345)Patrick Cloke2022-07-211-1/+1
| | | After this change `synapse.logging` is fully typed.
* Add type annotations to `trace` decorator. (#13328)Patrick Cloke2022-07-191-0/+1
Functions that are decorated with `trace` are now properly typed and the type hints for them are fixed.