aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2026-03-18 21:42:13 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2026-03-18 21:42:13 +0100
commitb440a8f334d519e5cdc0aaa56bd7b0793c3423df (patch)
tree477eba78412ee74ace26a0a4bbee25c54591f8f3 /CHANGELOG.md
parent1cf15bbbdc2f20eab0a14259dab1c6aab678249f (diff)
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
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.