summary refs log tree commit diff
path: root/changelog.d/13796.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.69.0rc1Sean Quah2022-10-041-1/+0
|
* Simplify cache invalidation after event persist txn (#13796)Nick Mills-Barrett2022-09-261-0/+1
This moves all the invalidations into a single place and de-duplicates the code involved in invalidating caches for a given event by using the base class method.