diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-04-01 20:39:12 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-04-01 20:39:12 +0200 |
commit | 15b72909bf9e9716177a536213ccb3285791ee74 (patch) | |
tree | 8ce831872d48be4cc8315052178ff087b9e6382a | |
parent | af8f91b04c87f491802d3bf0a2795dda7d270e4e (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 3777995..a415add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ documented in this file. - Added parameter lists to many function declarations. - Added usage of `reallocarray()` which handles multiplication overflow. +- Fixed an empty hostname in the addplayer program. - Fixed non-ANSI function declarations of functions. (Multiple occurrences.) - Made functions and variables private where possible. |