aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-05-20 11:24:47 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-05-20 11:24:47 +0200
commit2e3441432bc6fa4dcf61460893e0dd293e17bfd8 (patch)
tree8bee6f23178951e274f53b3a5ffafb763b7f4748
parentde70752e3d86b2f8683f7884806576dc4980bc7e (diff)
Updated the changelog1.4
-rw-r--r--CHANGELOG.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8343acc..d845ce3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,14 +3,14 @@
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.