From f8ee249ca29b6d34571737e28258132a0d409fda Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 14 Nov 2024 13:44:28 +0900 Subject: [PATCH] Update Changelog.md --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index e485c22..003e65b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,8 @@ Add counts for bad `realloc`s and `free`s that are printed at program's end. (A bad `realloc` or `free` is an attempted `realloc` or `free` of a memory location that wasn't `malloc`d, `calloc`d, or `realloc`d.) +Internal refactorings. + ## Version 2.10 Internal refactorings.