aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.