aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-07-07 02:30:17 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-07-07 02:30:17 +0200
commit6715f5fcade7dcff9d74b2a24c88d99b8bd03a30 (patch)
tree6ffe8a125302e5bbd9306bc9ae6be014ed28448e
parent4f46b519492cf690dc8a4ca5f40a8ba03cc13b32 (diff)
Updated the changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0146287..af3c43f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@ documented in this file.
## [Unreleased] ##
- Added command-line option `l` (Display the legal notice and exit.)
+- Added usage of `ARRAY_SIZE()`.
- Fixed unusual struct allocations.
- Made functions and variables private where possible.
- Replaced `bcopy()` with `memmove()`.