diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-04-08 22:31:47 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-04-08 22:31:47 +0200 |
commit | fd24f8d55b89ab4750c6618d02d58b78d455f59f (patch) | |
tree | ca1b94c261e4b5eb5a2c19e0e2f154603097be00 | |
parent | 7b49af8a47a0346e3659ea76073f8b15b5c0654d (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 af96cda..6354ad0 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. +- Added usage of the functions from `err.h`. - Cleared sensitive data with `explicit_bzero()`. - Fixed an empty hostname in the addplayer program. - Fixed bogus type for storing the return value of `time()`. It should |