summary refs log tree commit diff
path: root/changelog.d/9118.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.26.0rc1Patrick Cloke2021-01-201-1/+0
|
* Fix event chain bg update. (#9118)Erik Johnston2021-01-141-0/+1
We passed in a graph to `sorted_topologically` which didn't have an entry for each node (as we dropped nodes with no edges).