aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
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 ##