summary refs log tree commit diff
path: root/changelog.d/12100.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.54.0rc1Olivier Wilkinson (reivilibre)2022-03-021-1/+0
|
* Fix `PushRuleEvaluator` and `Filter` to work on frozendicts (#12100)Richard van der Hoff2022-02-281-0/+1
* Fix `PushRuleEvaluator` to work on frozendicts frozendicts do not (necessarily) inherit from dict, so this needs to handle them correctly. * Fix event filtering for frozen events Looks like this one was introduced by #11194.