parse topic content-types to recode content with non-utf8 charsets
[websub-hub] / CHANGELOG.md
index aaa0b4fa5d4864eab46723c38bc00dfe2986dfc5..0a7d49117f0a521ab287f126256bb134aee86038 100644 (file)
@@ -4,6 +4,14 @@ Releases and notable changes to this project are documented here.
 
 ## [Unreleased]
 
+### Added
+
+- Make use of the content-type charset when parsing topic content, recoding to UTF8 when needed.
+
+### Fixed
+
+- Feed parser could return a non-list for a single link entry, handle that case.
+
 ## [v1.1.1] - 2021-08-09
 
 ### Fixed