aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-05-19 18:34:09 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-05-19 18:34:09 +0200
commit8287af5cfcec283f6ab9ea65860eb560b95bcb72 (patch)
tree10035d60b62821bb87160537779d0ffb45ed0963 /CHANGELOG.md
parent4a4b24ae724c81e1e8b0a0173395fbf0753c0448 (diff)
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
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.