diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-28 23:58:28 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-28 23:58:28 +0100 |
commit | 2c63000c16344746e8917a7ebc592fb3d68182cd (patch) | |
tree | 5fb004650346a0fd84c49c5f2dcb386cdb14ecbd /CHANGELOG.md | |
parent | 289ea822ea984d2c5ab8aae07d14d50ccd7f2a5b (diff) |
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dac0b4..8908c77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ documented in this file. - Added argument lists to many function declarations. - Deleted non-existent functions from the header files. - Replaced `rand()` calls with arc4random. +- Replaced multiple `sprintf()` calls with `snprintf()`. ## [1.0] - 2023-12-28 ## - Added a new build system (and deleted the old). |