From 3d38382d5b5e35db0138381e1a44b2256af51891 Mon Sep 17 00:00:00 2001 From: Thomas Cardonne Date: Wed, 15 Jan 2025 13:54:25 +0100 Subject: [PATCH] fix: remove breaking change from changeset Signed-off-by: Thomas Cardonne --- .changeset/tiny-spoons-repeat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/tiny-spoons-repeat.md b/.changeset/tiny-spoons-repeat.md index 8f9b6ce800..c365875bd9 100644 --- a/.changeset/tiny-spoons-repeat.md +++ b/.changeset/tiny-spoons-repeat.md @@ -3,7 +3,7 @@ '@backstage/plugin-catalog-backend': minor --- -**BREAKING**: The `UrlReaderProccessor` accepts a new config flag `catalog.useUrlReadersSearch` to always call the `search` method of `UrlReaders`. +The `UrlReaderProccessor` accepts a new config flag `catalog.useUrlReadersSearch` to always call the `search` method of `UrlReaders`. This flag currently defaults to `false`, but adopters are encouraged to enable it as this behavior will be the default in a future release.