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.