From af222efa40cd0b52984cfa7117af05189560fb09 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Thu, 4 Dec 2025 21:13:26 +0100 Subject: fix changelog typos --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c11b868..78851c06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,8 @@ `sg_frame_stats sg_query_frame_stats(void)` has been replaced with `sg_stats sg_query_stats(void)` (and a handful related functions renamed from 'frame_stats' to 'stats'). The new function `sg_query_stats()` returns additional information not just related to - the previous frame: it also reports the current 'running values' for the current frame - (careful: those depend on *where* in a frame the function is called, and the stats-values + the previous frame: it also reports the current 'running counts' for the current frame + (careful: those depend on *where* in a frame the function is called), and the stats-values which are not frame related have been moved into a separate nested struct `.total`. The totals are: the number of currently alive and free objects, and the total number alloc, free, init and uninit have been called for each -- cgit v1.2.3