diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-29 02:06:06 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-29 02:06:06 +0100 |
commit | 8cbedbd618d481eeaa8c75fcb6a6444de995d195 (patch) | |
tree | 6c2c49c529aa748c87c01103bc61d06f7500afa2 | |
parent | 8da2d9bc15e5af48ba448755092504c64130a26e (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 70819fe..79b085e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ documented in this file. ## [Unreleased] ## - Added argument lists to many function declarations. - Deleted non-existent functions from the header files. +- Fixed unchecked return values - Reformatted code according to OpenBSD's KNF. - Replaced `rand()` calls with arc4random. - Replaced multiple `sprintf()` calls with `snprintf()`. |