aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2026-03-07 12:13:20 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2026-03-07 12:13:20 +0100
commit1a024141b5572fdc174c7c279b00cf1b20087b4d (patch)
tree078e8434328e4d3523ab18d634b62027ff7b2e2d
parentaef3cd66bff0ee1c7bd9bfa823cb326e47d6af19 (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 0bc0311..47fca22 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@ All notable changes to this fork of FICS version 1.6.2 will be
documented in this file.
## [Unreleased] ##
+- Added null checks.
- Fixed unchecked function return values. Multiple occurrences.
- Replaced C-style headers in C++ files.
- Replaced `atoi()` with `strtol()`. Multiple occurrences.