diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-03-16 17:40:36 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-03-16 17:40:36 +0100 |
commit | cb9b518dabd35ddbdb1e29c35661d5caba3f937c (patch) | |
tree | 6884c6de65ab1bc006f412414398f3e731487b99 | |
parent | 0212353f22b003466639c54a8d3eac1a53c04c0d (diff) |
Updated the changelog
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2390416..a0fae5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,8 +22,8 @@ documented in this file. - Redefined `ASSERT()` - 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 +- Replaced _multiple_ `sprintf()` calls with `snprintf()`. +- Replaced _multiple_ occurrences of `strcpy()` and `strcat()` with size-bounded versions. ## [1.0] - 2023-12-28 ## |