diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2026-03-11 21:25:41 +0100 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2026-03-11 21:25:41 +0100 |
| commit | 7b256a0a997638615754bbd08d15fdcd9b798aad (patch) | |
| tree | 843366ea7f9fead49fc9b241e15e460d33647e98 | |
| parent | 5cc5abe973df1346e98e13d17017b0680eb5d68e (diff) | |
Updated the changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e2c119e..7513c94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ documented in this file. - Replaced C-style headers in C++ files. - Replaced `atoi()` with `strtol()`. Multiple occurrences. - Replaced `atoi()` with `strtonum()`. Multiple occurrences. -- Replaced `rewind()` with `fseek()`. +- Replaced `rewind()` with `fseek()`, which offers error checking. - Usage of `const`. - Usage of begin/end decls, in header files. - Usage of member initializers. |
