aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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).