diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-04-05 12:31:55 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-04-05 12:31:55 +0200 |
commit | 7132e68fe4fdb0ca873db64292c45da46c0d65ef (patch) | |
tree | 335b02524bd047483493849266f8a596cf77322a /CHANGELOG.md | |
parent | 9987edc0664095f6e28d2d0cbbbaa09881763ae4 (diff) |
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 852add7..aa7207f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ documented in this file. - Added parameter lists to many function declarations. - Added usage of `reallocarray()` which handles multiplication overflow. -- Cleared sensitive with `explicit_bzero()`. +- Cleared sensitive data with `explicit_bzero()`. - Fixed an empty hostname in the addplayer program. - Fixed non-ANSI function declarations of functions. (Multiple occurrences.) |