diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-03-09 09:59:36 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-03-09 09:59:36 +0100 |
commit | 63c1875c848a64d02620bfa7619c9e8085edaea4 (patch) | |
tree | e5220f452fc029a7316c1003b0eab4127496214a | |
parent | ec694b17b1d76886608e30aabfbfb5d2131ebf88 (diff) |
Updated the changelog
-rw-r--r-- | CHANGELOG.md | 2 |
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. |