From e29d9aa3cd3e7de87c30cd7ac7bbf558116c8f65 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Mon, 25 Nov 2024 17:18:04 +0900 Subject: [PATCH] Update Changelog.md --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index cf90f02..e851293 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,8 @@ ## Upcoming Changes +Minor refactorings related to `printf` and `uintX_t`/`size_t` types. + ## Version 1.7 Refactor the internal hash-map data structure.