diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-05-20 11:24:47 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-05-20 11:24:47 +0200 |
commit | 2e3441432bc6fa4dcf61460893e0dd293e17bfd8 (patch) | |
tree | 8bee6f23178951e274f53b3a5ffafb763b7f4748 /CHANGELOG.md | |
parent | de70752e3d86b2f8683f7884806576dc4980bc7e (diff) |
Updated the changelog1.4
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 14 |
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. |