diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-12-02 15:38:54 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-12-02 15:38:54 +0100 |
commit | d930adef54123c90eff89dad30f8f38f85ff54ec (patch) | |
tree | 05454561f43fd4597890cb7c79545831a77366a5 | |
parent | 9d035bcc5345cd5b0704dedf07c7801c70e7c456 (diff) |
Updated the changelog
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af1f3a..e9274ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ documented in this file. `fgets()`, `fscanf()` and `sscanf()`. Multiple occurrences. - Fixed incorrect format strings. - Fixed uninitialized variables. +- Trimmed newlines after `fgets()` calls with `strcspn()`. - Usage of begin/end decls in headers. ## [1.4.3] - 2024-08-04 ## |