From fad49f93942edc33a956efd4f59928d8f9e77b51 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Wed, 15 Nov 2023 21:52:16 +0100 Subject: [PATCH] changes for release --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index f879f7a1..396c0b66 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +## v0.8.2 (2023-11-15) + +* malloc: fix the memory allocation tracking to be precise (fixes #126 reported + by @hannesm, #127 @palainp) + ## v0.8.1 (2022-06-14) * malloc: keep track of memory allocation and release (faster than mallinfo,