diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-07-18 00:02:33 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-07-18 00:02:33 +0200 |
commit | b3bf978ba72adcf4879356a7b1634a1dd8f0af3f (patch) | |
tree | 59eee3af9d7ab9089c27146f8934f06d19eba916 | |
parent | e982b5749d7eb9b75e939eff0e41a0598848726e (diff) |
Updated the changelog
-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 ## |