summary refs log tree commit diff
path: root/changelog.d/11975.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.53.0rc1Sean Quah2022-02-151-1/+0
|
* Require that modules register their callbacks using keyword arguments. (#11975)Patrick Cloke2022-02-141-0/+1
To allow for easier backwards/forwards compatibility by making it easier to add/remove callbacks.