aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-05-19 22:05:19 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-05-19 22:05:19 +0200
commitab745c4d7f8fb7f1f50a2592417d99e9537fe4a4 (patch)
treec4be990e38f922768d5a887d803fa667653e8706
parent459d4ea80249c57cfb70cab1a5941655fddbea0a (diff)
Updated the changelog
-rw-r--r--CHANGELOG.md1
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.