diff --git a/.changeset/harmonize-phantom-t-getter.md b/.changeset/harmonize-phantom-t-getter.md index 99995cd8e2..88e0bff995 100644 --- a/.changeset/harmonize-phantom-t-getter.md +++ b/.changeset/harmonize-phantom-t-getter.md @@ -2,4 +2,4 @@ '@backstage/backend-plugin-api': patch --- -Harmonized the phantom `.T` getter behavior on `ExtensionPoint` and `ServiceRef` to consistently return `null` instead of throwing, and added `toJSON()` parity for `ExtensionPoint`. +Aligned `.T` behavior between `ExtensionPoint` and `ServiceRef` to consistently return `null` instead of throwing, and added `toJSON()` parity for `ExtensionPoint`.