aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-07-07 15:34:07 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-07-07 15:34:07 +0200
commit8f9210f6474140ac16c95917c09087228f21faf4 (patch)
treebabf01138fc7287509c7f2437387abeef0ac06d6
parentbdac3aede2d1ec12ab6ba5757f34bfa551349214 (diff)
Updated the changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 293b189..cf9e36c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@ documented in this file.
## [Unreleased] ##
- Added command-line option `l` (Display the legal notice and exit.)
+- Added return value checking of multiple `fscanf()` calls.
- Added usage of `ARRAY_SIZE()`.
- Fixed unusual struct allocations.
- Made functions and variables private where possible.