aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-04-01 19:04:42 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-04-01 19:04:42 +0200
commit4c631c332c59d3c6d7534adda124b0c0ca05b3d6 (patch)
tree77ac7a3cb4147ca6f6d5fa4040123569450d7649
parentb9e45db91dd14087d945b96c10c302c830b8e23c (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 e79ea92..a437695 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,8 @@ documented in this file.
occurrences.)
- Made functions and variables private where possible.
- Reformatted code according to OpenBSD's KNF.
+- Replaced unbounded string handling functions. _Multiple_
+ occurrences.
## [1.1] - 2024-03-30 ##
- **Added** `PRINTFLIKE()` and fixed many format errors.