summary refs log tree commit diff
path: root/changelog.d/11793.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.52.0rc1David Robertson2022-02-011-1/+0
|
* Add `FrozenEvent.get_state_key` and use it in a couple of places (#11793)Richard van der Hoff2022-01-211-0/+1
This is more efficient, since we only have to look up `state_key` in the event dict once, rather than three (!) times.