From 5854f8e86504b45deff0caf0a705746aa98868e3 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 15 Dec 2021 13:56:31 +0200 Subject: [PATCH] CHANGELOG.md: add note about unnecessary Unicode --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13342e3..f164581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased +## Changed +- Perform fix for "unnecessary" Unicode characters after we try to fix encoding +issues with ftfy ## [0.5.0] - 2021-12-08 ### Added