diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-11-24 19:32:27 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-11-24 19:32:27 +0100 |
commit | 015541705358841ef8de553462d3c9bb5b11cdfb (patch) | |
tree | 0c37caa66dc91216b60bc6601efce350eb559998 | |
parent | 206654a9199f0e3068a67935671c4ff9020ccc71 (diff) |
Updated the changelog
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a58fa2d..56fb628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ documented in this file. ## [Unreleased] ## - Added an autorun script suitable to be run as a cron job. -- Added command `sought`. +- Added command `sought`, which currently behaves as a no-op. Code is + to be added in a later version. We also want the seek/unseek + commands. - Added missing calls to `fclose()`. - Added usage of `time_t`. - Added usage of macros. |