From 080854f52664c2487fec4083a3c248b849df4af1 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 29 Aug 2023 18:34:21 +0200 Subject: [PATCH] Update .changeset/silent-icons-deny.md Signed-off-by: Patrik Oldsberg --- .changeset/silent-icons-deny.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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.