aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
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.