From 460e297d5b1f8cc5c91d85f69996587347adb14a Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 26 May 2024 11:07:04 +0200 Subject: Updated the changelog --- CHANGELOG.md | 12 ++++++------ 1 file 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. -- cgit v1.2.3