From 1eddabc98be3aa63514d0b86d1596f5cbeb5c0ed Mon Sep 17 00:00:00 2001 From: benoit74 Date: Thu, 4 Jul 2024 12:27:21 +0000 Subject: [PATCH] Add missing CHANGELOG entries --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cc84161..e770241d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Add utility function to compute ZIM Tags #164, including deduplication #156 + +### Fixed + +- Metadata length validation is buggy for unicode strings #158 +- Pillow 10.4.0 reveals improper type hints for image probing functions #177 + ## [3.4.0] - 2024-06-21 ### Added