summary refs log tree commit diff
path: root/changelog.d/13328.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.