aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-11-23 10:49:17 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-11-23 10:49:17 +0100
commit2d310632eb4d2dd00bd72914660f1d16d72e8191 (patch)
tree1c27ac063591969915392e575a3c19b5b200aeeb /CHANGELOG.md
parent2d6c17f8b9e94a115344edadefd3acb6f3d20071 (diff)
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
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.