aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-07-07 13:08:40 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-07-07 13:08:40 +0200
commit00b0bcbbb3fdbdddd62378975322baf83149b368 (patch)
treec63299e212d78120f0b96f4718f6a5b079b50835 /CHANGELOG.md
parent7c797d6023b0054cabb0b78b76a7abe089410e1d (diff)
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c686c6..293b189 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,8 @@ documented in this file.
- Fixed unusual struct allocations.
- Made functions and variables private where possible.
- Replaced `bcopy()` with `memmove()`.
+- Replaced `index()` with `strchr()`.
+- Replaced `rindex()` with `strrchr()`.
- Replaced calls to `rand()` with `brand()` which uses
`arc4random_uniform()`.
- Replaced unbounded string handling functions. Multiple