diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-05-20 03:16:52 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-05-20 03:16:52 +0200 |
commit | 6f65cec4dbbae1655a2f3337ac5350f2338b18d1 (patch) | |
tree | 83bd75ae7aec863cb9351b92e636108416c0f1c8 | |
parent | acc3e1bcd5460c709d9f18c07079fe4a6b8d9846 (diff) |
Updated the changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 370761a..505768f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ documented in this file. ## [Unreleased] ## - Added usage of `time_t`. Multiple occurrences. +- Changed the program to create news index files even if no old ones + are existent on the disk. - Fixed sign compare (`-Wsign-compare`). Multiple occurrences. - Reformatted code according to OpenBSD's KNF. Whole tree completed. - Replaced unbounded string handling functions. |