aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-05-25 23:02:42 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-05-25 23:02:42 +0200
commit9ea5c578303493721723650ebb10063c27db91b0 (patch)
tree551a9cba6c7a146dbdb05c1cfeed6d3f56130c04 /CHANGELOG.md
parent409f8c1feffa75a0f06ca01c152398c2e25bba0f (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 6aa8f0f..35e72c1 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.
+- Fixed out of bounds array access in `match_command()`.
- Fixed resource leaks, i.e. missing calls to `fclose()`.
## [1.4] - 2024-05-20 ##