aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-29 02:09:59 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-29 02:09:59 +0100
commit1cd60383e19c2fb7c7e40890d4dcedbe268ff1a8 (patch)
tree108c91f69a265b298b2c7f0c7b2a9e8202ef74b0
parent8cbedbd618d481eeaa8c75fcb6a6444de995d195 (diff)
Updated the changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 79b085e..02c8217 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ documented in this file.
## [Unreleased] ##
- Added argument lists to many function declarations.
+- Changed the addplayer program to generate passwords that are 8
+ characters long (was 4).
- Deleted non-existent functions from the header files.
- Fixed unchecked return values
- Reformatted code according to OpenBSD's KNF.