diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 40a58f9..5557bac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ documented in this file. - Fixed cases of possible out-of-bounds array access. - Fixed ignored return values of important functions such as `fgets()`, `fscanf()` and `sscanf()`. Multiple occurrences. +- Fixed incorrect format strings. - Fixed uninitialized variables. - Usage of begin/end decls in headers. |