diff options
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d7dba11..370761a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ documented in this file. - Added usage of `time_t`. Multiple occurrences. - Fixed sign compare (`-Wsign-compare`). Multiple occurrences. - Reformatted code according to OpenBSD's KNF. Whole tree completed. +- Replaced unbounded string handling functions. ## [1.3] - 2024-05-05 ## - **Added** parameter lists to many function declarations. |