diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-05-04 13:09:39 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-05-04 13:09:39 +0200 |
commit | d040b0d2e3a34246bb8f5b9b90414c31f24d5a4a (patch) | |
tree | 3e019a9f406c1b7deb3b9df1481505bec9b808f5 /CHANGELOG.md | |
parent | 1491f1d9875fde2da7d078fd392ffb3ddbcb7536 (diff) |
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5534fef..8fd8305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ documented in this file. ## [Unreleased] ## - Added parameter lists to many function declarations. -- Added usage of `reallocarray()`. +- Added usage of `ARRAY_SIZE()`. +- Added usage of `reallocarray()`. Multiple occurrences. - Added usage of the functions from `err.h`. - Changed the make install target to not overwrite the data messages in case they're already present. |