aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-05-20 10:27:18 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-05-20 10:27:18 +0200
commit7aa4041587589bf333e06dd890649519fd3d51f8 (patch)
tree30290ab147791496a4d769dcdc3a79e834fedc71
parentd6033e4db0cd9378f460b1807c58666cf2d71a2f (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 505768f..8343acc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ documented in this file.
- 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 clang warnings.
- Fixed sign compare (`-Wsign-compare`). Multiple occurrences.
- Reformatted code according to OpenBSD's KNF. Whole tree completed.
- Replaced unbounded string handling functions.