aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.