diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-04-01 20:18:01 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-04-01 20:18:01 +0200 |
commit | 1b5d783c50c22c74adfe4687bc1d7192ed9ad2d5 (patch) | |
tree | 3d93df9924cca6bc1b5999b2478fc55c864271d5 /CHANGELOG.md | |
parent | 9adc16fb6f24cc28fa84832675516215cb604a8e (diff) |
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a437695..3777995 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ documented in this file. ## [Unreleased] ## - Added parameter lists to many function declarations. +- Added usage of `reallocarray()` which handles multiplication + overflow. - Fixed non-ANSI function declarations of functions. (Multiple occurrences.) - Made functions and variables private where possible. |