From 3169bc0458610fd92aeb2330b112b4842cf2985b Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Wed, 26 Jun 2024 14:02:55 +0900 Subject: [PATCH] Update Changelog, version 2.3 --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 108c7b4..99aa516 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ # Changelog +## Version 2.3 + +Added ids to each chunk of allocated memory to make it easier to keep track of +which allocated memory refers to which unfreed memory. + ## Version 2.2 Minor refactoring: remove unused constexpr declarations in header.