diff options
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ff7dc5..a62b4cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +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 ignored return values of important functions such as + `fgets()`, `fscanf()` and `sscanf()`. - Fixed uninitialized variables. ## [1.4.3] - 2024-08-04 ## |