aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-07-07 01:09:39 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-07-07 01:09:39 +0200
commite7477b47392fc685ea28357bbc478fa94119500d (patch)
treeb848970a900baf7d43e6ae8379a361fb40a9c572 /CHANGELOG.md
parent26fc826c4dafe9c8f5b9ab5abd70488631b0682b (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 41255e0..0146287 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.
+- Made functions and variables private where possible.
- Replaced `bcopy()` with `memmove()`.
- Replaced calls to `rand()` with `brand()` which uses
`arc4random_uniform()`.