aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-04-14 14:29:00 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-04-14 14:29:00 +0200
commit58e5b0f0b1359c0deeee139eeb43e8fd7f73d619 (patch)
treeff86b6586811fde47f05e2744cce740f8f81c963 /CHANGELOG.md
parent5477dfa2008157f310888dccd3c3919d7da5f2c0 (diff)
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 50a6abb..f0089b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ documented in this file.
- Added usage of the functions from `err.h`.
- Changed the make install target to not overwrite the data messages
in case they're already present.
+- Made functions and variables private where possible.
+- Reformatted code according to OpenBSD's KNF:
+ - `talkproc.c`
+ - ...
## [1.2] - 2024-04-14 ##
- **Added** parameter lists to many function declarations.