summary refs log tree commit diff
path: root/changelog.d/13547.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.66.0rc1David Robertson2022-08-231-1/+0
|
* Fix breaking event sending due to bad push rule (#13547)Erik Johnston2022-08-171-0/+1
Broke by #13522 It looks like we have some rules in the DB with a priority class less than 0 that don't override the base rules. Before these were just dropped, but #13522 made that a hard error.