diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-05-26 10:24:41 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-05-26 10:24:41 +0200 |
commit | 67dd8d9056941e86bac657ab3b0d0c7b6ef90f8a (patch) | |
tree | 87995950d99d57f7d63477582f30e5bcb4f2a17e /CHANGELOG.md | |
parent | ffc49563b61d2801957727e6ab92a5ed831fcf4f (diff) |
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f64c8bc..c6b74d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ documented in this file. ## [Unreleased] ## - 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. |