aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-11-23 23:55:40 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-11-23 23:55:40 +0100
commit6d8e4f11acf984fbf25c028857d8928755678b93 (patch)
treedc299adfce4434e7be10985b3b8c4047834c5979
parentc530770fbf3b6e3d1bb97b59755474d420c96ce2 (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 c4ac2b8..a36213c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ documented in this file.
- Added width specifications to multiple `fscanf()` and `sscanf()`
calls, thus eliminated the risk of overflow. Multiple occurrences.
- Fixed bughouse. (A board was missing.)
+- Fixed bugs in `movesToString()`.
- Fixed cases of possible out-of-bounds array access.
- Fixed ignored return values of important functions such as
`fgets()`, `fscanf()` and `sscanf()`. Multiple occurrences.