diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-11-23 10:49:17 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-11-23 10:49:17 +0100 |
commit | 2d310632eb4d2dd00bd72914660f1d16d72e8191 (patch) | |
tree | 1c27ac063591969915392e575a3c19b5b200aeeb /CHANGELOG.md | |
parent | 2d6c17f8b9e94a115344edadefd3acb6f3d20071 (diff) |
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fa8aed..27e5968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ documented in this file. ## [Unreleased] ## - Added an autorun script suitable to be run as a cron job. +- Added missing calls to `fclose()`. - Added usage of macros. - Added width specifications to multiple `fscanf()` and `sscanf()` calls, thus eliminated the risk of overflow. Multiple occurrences. |