aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-11-17 22:00:24 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-11-17 22:00:24 +0100
commit5e4aebd61a489adf1a5ca3721e34874b3e90c508 (patch)
treef07fdcfbb5aad3d61395c9666cf81bbe857b7d55 /CHANGELOG.md
parent9a316ad28a89c2fd65d687e744319d49978361c6 (diff)
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
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 ##