From e13bc6909982b7096bcae748acee7ea5baa8ad34 Mon Sep 17 00:00:00 2001 From: Jussi Hallila Date: Fri, 24 Sep 2021 13:59:40 +0200 Subject: [PATCH] Fix English text in changeset. Signed-off-by: Jussi Hallila --- .changeset/great-humans-return.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/great-humans-return.md b/.changeset/great-humans-return.md index bb35069161..1a7c2ee5da 100644 --- a/.changeset/great-humans-return.md +++ b/.changeset/great-humans-return.md @@ -3,5 +3,5 @@ --- Store additional, late registered and lazy loaded APIs in the registry as well. -Route paths, route objs and others are collected already on late reg, this adds APIs to be collected also. +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.