diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-07-07 13:08:40 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-07-07 13:08:40 +0200 |
commit | 00b0bcbbb3fdbdddd62378975322baf83149b368 (patch) | |
tree | c63299e212d78120f0b96f4718f6a5b079b50835 | |
parent | 7c797d6023b0054cabb0b78b76a7abe089410e1d (diff) |
Updated the changelog
-rw-r--r-- | CHANGELOG.md | 2 |
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 |