summary refs log tree commit diff
path: root/changelog.d/10542.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.41.0rc1Erik Johnston2021-08-181-1/+0
|
* Convert Transaction and Edu object to attrs (#10542)Patrick Cloke2021-08-061-0/+1
Instead of wrapping the JSON into an object, this creates concrete instances for Transaction and Edu. This allows for improved type hints and simplified code.