diff --git a/.changeset/silent-icons-deny.md b/.changeset/silent-icons-deny.md index 7a75a6c974..3dd7d75c90 100644 --- a/.changeset/silent-icons-deny.md +++ b/.changeset/silent-icons-deny.md @@ -2,7 +2,4 @@ '@backstage/backend-app-api': patch --- -Index features on id instead of object. - -This will allow features added from an external package location to be loaded correctly, -without the requirement of making backstage packages singletons. +Extension points are now tracked via their ID rather than reference, in order to support package duplication.