aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-04-01 20:39:12 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-04-01 20:39:12 +0200
commit15b72909bf9e9716177a536213ccb3285791ee74 (patch)
tree8ce831872d48be4cc8315052178ff087b9e6382a /CHANGELOG.md
parentaf8f91b04c87f491802d3bf0a2795dda7d270e4e (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 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.