summary refs log tree commit diff
path: root/changelog.d/9321.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.28.0rc1Patrick Cloke2021-02-181-1/+0
|
* Add type hints to groups code. (#9393)Patrick Cloke2021-02-171-1/+1
|
* Type hints and validation improvements. (#9321)Patrick Cloke2021-02-081-0/+1
* Adds type hints to the groups servlet and stringutils code. * Assert the maximum length of some input values for spec compliance.