summary refs log tree commit diff
path: root/changelog.d/14956.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.77.0rc1David Robertson2023-02-071-1/+0
|
* Add helper to parse an enum from query args & use it. (#14956)Patrick Cloke2023-02-011-0/+1
The `parse_enum` helper pulls an enum value from the query string (by delegating down to the parse_string helper with values generated from the enum). This is used to pull out "f" and "b" in most places and then we thread the resulting Direction enum throughout more code.