aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-12-02 15:38:54 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-12-02 15:38:54 +0100
commitd930adef54123c90eff89dad30f8f38f85ff54ec (patch)
tree05454561f43fd4597890cb7c79545831a77366a5
parent9d035bcc5345cd5b0704dedf07c7801c70e7c456 (diff)
Updated the changelog
-rw-r--r--CHANGELOG.md1
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 ##