Update Changelog.md

This commit is contained in:
Stephen Seo 2024-11-14 12:27:31 +09:00
parent 3b44724ac9
commit 8fc4e79cf9

View file

@ -2,6 +2,11 @@
## Upcoming Changes
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 or `realloc`d.)
## Version 2.10
Internal refactorings.