diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-05-25 23:34:21 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-05-25 23:34:21 +0200 |
commit | cbe3d1ea95e1f998d97aef686bab3535ebcf084f (patch) | |
tree | 4b227dae11138f7e670ceb23e3102ca58fa83834 | |
parent | c9fac28daf953636d570ceb3b0a730af6c0a2355 (diff) |
Updated the changelog
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 35e72c1..f64c8bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ documented in this file. adds a player with admin privileges. - 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. |