From b440a8f334d519e5cdc0aaa56bd7b0793c3423df Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Wed, 18 Mar 2026 21:42:13 +0100 Subject: Updated the changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a07400..311e858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ documented in this file. the `switch` statements. - Fixed unchecked function return values. _MULTIPLE_ occurrences. - Fixed uninitialized variables. +- Made `pprintf_highlight()`, `pprintf_noformat()` and `pprintf_prompt()` + void. Their return values were unused through the whole project. - Replaced C-style headers in C++ files. - Replaced `atoi()` with `strtol()`. Multiple occurrences. - Replaced `atoi()` with `strtonum()`. Multiple occurrences. -- cgit v1.2.3