aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-28 23:58:28 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-28 23:58:28 +0100
commit2c63000c16344746e8917a7ebc592fb3d68182cd (patch)
tree5fb004650346a0fd84c49c5f2dcb386cdb14ecbd /CHANGELOG.md
parent289ea822ea984d2c5ab8aae07d14d50ccd7f2a5b (diff)
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
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).