Fix functions named in changeset

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2025-03-10 14:34:16 +01:00
parent e41c80d8a0
commit 177b0782d5
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/frontend-defaults': patch
---
Feature discovery and resolution logic used in `createApp` is now exposed via the `getAvailableFeatures` and `resolveFeatures` functions respectively.
Feature discovery and resolution logic used in `createApp` is now exposed via the `discoverAvailableFeatures` and `resolveAsyncFeatures` functions respectively.