aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
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.