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