From fb837558f3a1d6acb60964bc8200d8ae947938e3 Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Tue, 6 Aug 2024 13:01:57 -0400 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97eda115..1e5b95c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to `Feed Consumer` will be documented in this file. +## Unreleased + +### Changed + +- Imported images with the `Post_Loader` are properly attached to the parent post. +- RSS Transformer will use `content:encoded` first and then fallback to `description` if `content:encoded` is not available. + ## 1.0.0 - 2024-08-05 - Stable release.