aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-03-16 17:40:36 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-03-16 17:40:36 +0100
commitcb9b518dabd35ddbdb1e29c35661d5caba3f937c (patch)
tree6884c6de65ab1bc006f412414398f3e731487b99 /CHANGELOG.md
parent0212353f22b003466639c54a8d3eac1a53c04c0d (diff)
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
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 ##