aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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.