diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-11-17 22:00:24 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-11-17 22:00:24 +0100 |
commit | 5e4aebd61a489adf1a5ca3721e34874b3e90c508 (patch) | |
tree | f07fdcfbb5aad3d61395c9666cf81bbe857b7d55 | |
parent | 9a316ad28a89c2fd65d687e744319d49978361c6 (diff) |
Updated the changelog
-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 ## |