diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-11-19 21:02:52 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-11-19 21:02:52 +0100 |
commit | ef5fdff8f8fdb3da3fa73463afebaf69c3e1b0ad (patch) | |
tree | a7988a51fb220368988d2386591c39bd4977f33b | |
parent | ab52c599e01d1844504393bd1262b26981f101fb (diff) |
Updated the changelog
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a62b4cf..a561e90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,10 @@ documented in this file. ## [Unreleased] ## - Added an autorun script suitable to be run as a cron job. - Added width specifications to multiple `fscanf()` and `sscanf()` - calls, thus eliminated the risk of overflow. + calls, thus eliminated the risk of overflow. Multiple occurrences. - Fixed bughouse. (A board was missing.) - Fixed ignored return values of important functions such as - `fgets()`, `fscanf()` and `sscanf()`. + `fgets()`, `fscanf()` and `sscanf()`. Multiple occurrences. - Fixed uninitialized variables. ## [1.4.3] - 2024-08-04 ## |