aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-11-23 21:05:57 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-11-23 21:05:57 +0100
commit38a438285ec98c3215fcdd63ef2c35fc2a6fe351 (patch)
tree0e33c917d6876cf6314f94905caa71bcd5653c78
parent618a796eea5a23957d302af784478728358825a7 (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 27e5968..c4ac2b8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,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 `time_t`.
- Added usage of macros.
- Added width specifications to multiple `fscanf()` and `sscanf()`
calls, thus eliminated the risk of overflow. Multiple occurrences.