commit - de70752e3d86b2f8683f7884806576dc4980bc7e
commit + 2e3441432bc6fa4dcf61460893e0dd293e17bfd8
blob - 8343accbff5a9924d98c3c0fb86b9e7067465b7d
blob + d845ce35368924be164940f1fbb9bf00004fff4b
--- CHANGELOG.md
+++ CHANGELOG.md
All notable changes to this fork of FICS version 1.6.2 will be
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
+## [1.4] - 2024-05-20 ##
+- **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.
+- **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.
## [1.3] - 2024-05-05 ##
- **Added** parameter lists to many function declarations.