aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-11-17 21:58:03 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-11-17 21:58:03 +0100
commit9a316ad28a89c2fd65d687e744319d49978361c6 (patch)
tree2aecb7925fd5f1da92291b74fd1efba721926906
parentc0230997efdfcdfbbca336f3ffaf519e307e5a2f (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 a28b1b2..3ff7dc5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,8 @@ documented in this file.
- Added width specifications to multiple `fscanf()` and `sscanf()`
calls, thus eliminated the risk of overflow.
- Fixed bughouse. (A board was missing.)
+- Fixed ignored return values.
+- Fixed uninitialized variables.
## [1.4.3] - 2024-08-04 ##
- **Added** command-line option `d` (Run in the background.)