aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-04-02 22:05:36 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-04-02 22:05:36 +0200
commit7173eb104be88ee0c1e9cdeeb08afdd5eccfd512 (patch)
treedda508e52eee41aa4b5e07e35a73e235b4e6602b /CHANGELOG.md
parentc8e580c2a5b68052cc454ad199d30bf9ff532a11 (diff)
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a415add..84a3b63 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,7 +11,9 @@ documented in this file.
- Fixed non-ANSI function declarations of functions. (Multiple
occurrences.)
- Made functions and variables private where possible.
-- Reformatted code according to OpenBSD's KNF.
+- Reformatted code according to OpenBSD's KNF:
+ - `variable.c`
+ - ...
- Replaced unbounded string handling functions. _Multiple_
occurrences.