aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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 ##