aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2026-03-02 23:52:17 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2026-03-02 23:52:17 +0100
commit09a3bf968b5b9e9a23300577a07dffdfb4ce3aef (patch)
tree9d76b77b4d36258043d6f410d137211b3daeae23 /CHANGELOG.md
parenta60b8ac04636b5f52cb460b31cc615791b4c67f8 (diff)
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3bd0b75..32cd220 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] ##
+- Fixed unchecked function return values. Multiple occurrences.
- Replaced C-style headers in C++ files.
- Replaced `atoi()` with `strtol()`. Multiple occurrences.