aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-28 23:59:48 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-28 23:59:48 +0100
commit66966b9cdf8b42baf1027f25139ff0b13e33f032 (patch)
tree45aa378f94ed94a683c057403425a20611b3f869
parent2c63000c16344746e8917a7ebc592fb3d68182cd (diff)
Updated the changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8908c77..3963392 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ documented in this file.
## [Unreleased] ##
- Added argument lists to many function declarations.
- Deleted non-existent functions from the header files.
+- Reformatted code according to OpenBSD's KNF.
- Replaced `rand()` calls with arc4random.
- Replaced multiple `sprintf()` calls with `snprintf()`.