fix: remove breaking change from changeset

Signed-off-by: Thomas Cardonne <thomas.cardonne@adevinta.com>
This commit is contained in:
Thomas Cardonne
2025-01-15 13:54:25 +01:00
parent 564170b765
commit 3d38382d5b
+1 -1
View File
@@ -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.