diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
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. |