aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-05-25 23:34:21 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-05-25 23:34:21 +0200
commitcbe3d1ea95e1f998d97aef686bab3535ebcf084f (patch)
tree4b227dae11138f7e670ceb23e3102ca58fa83834 /CHANGELOG.md
parentc9fac28daf953636d570ceb3b0a730af6c0a2355 (diff)
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
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.