diff options
-rw-r--r-- | CHANGELOG.md | 1 |
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()`. |