aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-05-26 11:07:04 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-05-26 11:07:04 +0200
commit460e297d5b1f8cc5c91d85f69996587347adb14a (patch)
treed1421003760c6bd38f445981db710b3073703a34 /CHANGELOG.md
parented08038a9d1f80a4d87db75fa2f28d1635f48e2d (diff)
Updated the changelog1.4.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6b74d0..5b9c607 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,13 +3,13 @@
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.