diff options
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4646e33..41255e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ documented in this file. ## [Unreleased] ## - Added command-line option `l` (Display the legal notice and exit.) - Fixed unusual struct allocations. +- Replaced `bcopy()` with `memmove()`. - Replaced calls to `rand()` with `brand()` which uses `arc4random_uniform()`. - Replaced unbounded string handling functions. Multiple occurrences. |