From d4c4d217aa1891197fc742a7848a9da376bb52ce Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Tue, 26 Nov 2024 17:01:30 -0800 Subject: [PATCH] changelog for https://github.com/craftcms/feed-me/pull/1550 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4de0c081..379cbd68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Unreleased - Added the `assetDownloadGuzzle` config setting which defaults to `false`. When it is set to `true`, Feed Me will use Guzzle to download assets instead curl directly. ([#1549](https://github.com/craftcms/feed-me/pull/1549)) +- Fixed a bug where importing matching Categories could go awry if the source of the field is set to a group and not a custom source. ([#1550](https://github.com/craftcms/feed-me/pull/1550)) ## 5.8.2 - 2024-10-15