summary refs log tree commit diff
path: root/changelog.d/15497.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.83.0rc1Sean Quah2023-05-021-1/+0
|
* Add type hints to schema deltas (#15497)Patrick Cloke2023-04-271-0/+1
Cleans-up the schema delta files: * Removes no-op functions. * Adds missing type hints to function parameters. * Fixes any issues with type hints. This also renames one (very old) schema delta to avoid a conflict that mypy complains about.