aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-04-01 20:18:01 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-04-01 20:18:01 +0200
commit1b5d783c50c22c74adfe4687bc1d7192ed9ad2d5 (patch)
tree3d93df9924cca6bc1b5999b2478fc55c864271d5
parent9adc16fb6f24cc28fa84832675516215cb604a8e (diff)
Updated the changelog
-rw-r--r--CHANGELOG.md2
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.