From 98ff0f47756b18085a7768bbe95a62a89ac795d8 Mon Sep 17 00:00:00 2001 From: Jussi Hallila Date: Tue, 28 Sep 2021 08:34:11 +0200 Subject: [PATCH] Modify wording in changeset. Signed-off-by: Jussi Hallila --- .changeset/great-humans-return.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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.