diff --git a/.changeset/breezy-schools-compete.md b/.changeset/breezy-schools-compete.md index 57e8d9e83f..b6e82eff25 100644 --- a/.changeset/breezy-schools-compete.md +++ b/.changeset/breezy-schools-compete.md @@ -2,7 +2,6 @@ '@backstage/plugin-catalog-backend': patch --- -Fixes #10348 - -The set of things to stitch was too narrow - entities that _lose_ their ref to a -thing because that target was reprocessed, should also be stitched again. +Fixed an issue where sometimes entities would have stale relations "stuck" and +not getting removed as expected, after the other end of the relation had stopped +referring to them.