From 3e62a197d85b483d8b51ad93943bb45ce2b17966 Mon Sep 17 00:00:00 2001 From: Hajime Senuma Date: Sat, 15 Jul 2023 00:40:38 +0900 Subject: [PATCH] Fix CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f9811..761f6f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog ## 4.0.1 (2023-07-14) * Fix incorrect type hints. -* Add support for type hints (). +* Refactor the project structure (). ## 4.0.0 (2023-05-22) * Add experimental support for `hashlib`-compliant hasher classes (). Note that they are not yet fully tuned for performance.