aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-05-09 13:45:39 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-05-09 13:45:39 +0200
commit61c7bb96ec6e16bc031ad7828032c722dba95786 (patch)
tree2ee272dc84890d6a2387e82408c9c5203af4e4b6
parentc65fcb7ff6d73478b83816e8b8cd55a6e09d1a1b (diff)
Updated the changelog
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c58515d..b5ef6c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,9 @@
All notable changes to this fork of FICS version 1.6.2 will be
documented in this file.
+## [Unreleased] ##
+- Fixed sign compare (`-Wsign-compare`). Multiple occurrences.
+
## [1.3] - 2024-05-05 ##
- **Added** parameter lists to many function declarations.
- **Added** usage of `ARRAY_SIZE()`.