aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-03-31 14:03:21 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-03-31 14:03:21 +0200
commit4c362b7b73c319ab0bb7a3426cb5dfa1af2bd219 (patch)
tree278a04cb02c5fd364d04090ddfdbd082d3dae1fa /CHANGELOG.md
parenteafa10064ae0fe329e7f71750a7a708493e8e8e1 (diff)
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24451ac..44783d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this fork of FICS version 1.6.2 will be
documented in this file.
+## [Unreleased] ##
+- Fixed non-ANSI function declarations of functions. (Multiple
+ occurrences.)
+- Made functions and variables private where possible.
+- Reformatted code according to OpenBSD's KNF.
+
## [1.1] - 2024-03-30 ##
- **Added** `PRINTFLIKE()` and fixed many format errors.
- **Added** argument lists to many function declarations.