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