From 00b0bcbbb3fdbdddd62378975322baf83149b368 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 7 Jul 2024 13:08:40 +0200 Subject: Updated the changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3