diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3963392..70819fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ documented in this file. - Reformatted code according to OpenBSD's KNF. - Replaced `rand()` calls with arc4random. - Replaced multiple `sprintf()` calls with `snprintf()`. +- Replaced multiple occurrences of `strcpy()` and `strcat()` with + size-bounded versions. ## [1.0] - 2023-12-28 ## - Added a new build system (and deleted the old). |