diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-12-02 13:34:55 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-12-02 13:34:55 +0100 |
commit | b671765ffdcb8c177c47fbbfe8d0c17bdfd625fe (patch) | |
tree | 96d475739ad351abe77d27e51a74dba8cb0deace | |
parent | 4afb8631a62b0811719495d0656861c625251433 (diff) |
Updated the changelog
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 42c79c8..8af1f3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ documented in this file. - Fixed a bug in `net_send_string()`, where the expression was calculated as `A = (B >= C)`. (Found by PVS-Studio.) - Fixed bughouse. (A board was missing.) +- Fixed bugs in `game_write_complete()`. - Fixed bugs in `movesToString()`. - Fixed cases of possible out-of-bounds array access. - Fixed ignored return values of important functions such as |