aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5d491b..1e44809 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,7 @@ documented in this file.
- Changed the program to avoid calculating the same string multiple
times. Multiple occurrences, found by PVS-Studio.
- Fixed `-Wshadow` warnings. Multiple occurrences.
-- Fixed ignored function return values.
+- Fixed unchecked function return values. Multiple occurrences.
## [1.4.4] - 2024-12-07 ##
- **Added** an autorun script suitable to be run as a cron job.