aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-01-03 01:34:51 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-01-03 01:34:51 +0100
commit05fc1a03f1a3a20c2187bfcf1db33bffabeff829 (patch)
treea6af19302fe1e119301a300abbf5e8dbe7cee233 /CHANGELOG.md
parent2c342083f6edb8e6d81aeb49c796514760bc1bf7 (diff)
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b4b648..b4eb9f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,11 +6,14 @@ documented in this file.
## [Unreleased] ##
- Added argument lists to many function declarations.
- Added initialization of many variables.
+- Added usage of `ARRAY_SIZE()`
- Changed the addplayer program to generate passwords that are 8
characters long (was 4).
- Deleted non-existent functions from the header files.
+- Deleted obsolete and unused code
- Fixed unchecked return values
- Made functions and variables private (aka static) where possible.
+- Redefined `ASSERT()`
- Reformatted code according to OpenBSD's KNF.
- Replaced `rand()` calls with arc4random.
- Replaced multiple `sprintf()` calls with `snprintf()`.