summary refs log tree commit diff
path: root/changelog.d/12191.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.57.0rc1Erik Johnston2022-04-121-1/+0
|
* Raise an exception when getting state at an outlier (#12191)Richard van der Hoff2022-04-011-0/+1
It seems like calling `_get_state_group_for_events` for an event where the state is unknown is an error. Accordingly, let's raise an exception rather than silently returning an empty result.