diff options
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e6ddd1b..7f8c5fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ documented in this file. ## [Unreleased] ## - Changed the makefiles to compile with debugging symbols enabled. +- Changed the program to handle the return value of `fgets()`, + `fscanf()` and `sscanf()`. Multiple occurrences. - Fixed a crash due to out of bounds array access. ## [1.4.2] - 2024-07-13 ## |