diff --git a/.changeset/great-humans-return.md b/.changeset/great-humans-return.md index 1a7c2ee5da..dd1cda0f5a 100644 --- a/.changeset/great-humans-return.md +++ b/.changeset/great-humans-return.md @@ -2,6 +2,4 @@ '@backstage/core-app-api': patch --- -Store additional, late registered and lazy loaded APIs in the registry as well. -Route paths, route objects and others are collected already on late registration, this adds APIs to be collected also. -Enables late registration of plugins into the application and updates ApiHolder when additional plugins have been added in. +Enables late registration of plugins into the application by updating ApiHolder when additional plugins have been added in.