aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-07-06 19:34:36 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-07-06 19:34:36 +0200
commitfdcefa6e40e2368eee1bff84ec33021b8bf3ab0b (patch)
treee448cab06946d33eef27600a3a609fd81b143648 /CHANGELOG.md
parent5679dd5343e2ca1acfedc144694e1e56373bfd4f (diff)
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
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.