From 6e44ae234796c2799abc0fef2bc33e736d2617e0 Mon Sep 17 00:00:00 2001 From: Alejandro Mendez Date: Wed, 15 May 2024 10:32:15 +0200 Subject: [PATCH] Rephrased change --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a9f5d85..ce69a44 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,7 +8,7 @@ History * Added comments support * Added from_string * Added iterate over a slice of captions -* Full refactor of the library without breaking changes +* Refactor of the library * Improved BOM support allowing to keep the BOM or remove it * Deprecated read_buffer in favor of from_buffer * Removed support for old versions of Python: 3.4, 3.5 and 3.6