From c810d0e593777b0f15ad766022c889e5aef350a0 Mon Sep 17 00:00:00 2001 From: Rogdham Date: Fri, 19 Dec 2025 19:16:17 +0100 Subject: [PATCH] docs: fix changelog release dates --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dc38af..321d10c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ All notable changes to this project will be documented in this file. -## 0.19.1 (November 13, 2025) +## 0.19.1 (December 13, 2025) - Fix `SeekableZstdFile` write table entries on 32-bits architectures when there is a huge number of entries -## 0.19.0 (November 7, 2025) +## 0.19.0 (December 7, 2025) - The project has been completely refactored to use the Zstandard implementation from the standard library ([PEP-784](https://peps.python.org/pep-0784/)) - The refactor has some minor impact on public APIs, such as changing the exception raised on invalid input