diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
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. |