commit - ed08038a9d1f80a4d87db75fa2f28d1635f48e2d
commit + 460e297d5b1f8cc5c91d85f69996587347adb14a
blob - c6b74d0983a78419fd4e73b90c12f85a7cc3f8b2
blob + 5b9c607d27949aa61a5cd7fa75263614aa9af898
--- CHANGELOG.md
+++ CHANGELOG.md
All notable changes to this fork of FICS version 1.6.2 will be
documented in this file.
-## [Unreleased] ##
-- Added command-line option `a` to the addplayer program. If given, it
+## [1.4.1] - 2024-05-26 ##
+- **Added** command-line option `a` to the addplayer program. If given, it
adds a player with admin privileges.
-- Added usage of `time_t`.
-- Fixed out of bounds array access in `match_command()`.
-- Fixed resource leaks, i.e. missing calls to `fclose()`.
-- Fixed usage of possibly uninitialized variables.
+- **Added** usage of `time_t`.
+- **Fixed** out of bounds array access in `match_command()`.
+- **Fixed** resource leaks, i.e. missing calls to `fclose()`.
+- **Fixed** usage of possibly uninitialized variables.
## [1.4] - 2024-05-20 ##
- **Added** usage of `time_t`. Multiple occurrences.