aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-11-24 17:50:33 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-11-24 17:50:33 +0100
commit1281eee63ad9d472c9e9a6d5a393125d59b2d6fa (patch)
treee3e06008b7dcc9d9468b9c45eec9afccf2835fed
parent3904823343c5eece0b5fe217c56059f6f9d67c31 (diff)
Updated the changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ee1e79a..a58fa2d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,8 @@ documented in this file.
- Added variable `seek`.
- Added width specifications to multiple `fscanf()` and `sscanf()`
calls, thus eliminated the risk of overflow. Multiple occurrences.
+- Fixed a bug in `net_send_string()`, where the expression was
+ calculated as `A = (B >= C)`.
- Fixed bughouse. (A board was missing.)
- Fixed bugs in `movesToString()`.
- Fixed cases of possible out-of-bounds array access.