aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2026-03-11 20:52:20 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2026-03-11 20:52:20 +0100
commit5cc5abe973df1346e98e13d17017b0680eb5d68e (patch)
tree531bf94eeea645c5ed02c8808ffe921b24c8db6c /CHANGELOG.md
parentf9c158f702b5b28172704da77b7f668cbfe6ed8a (diff)
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index becb821..e2c119e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +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()`.
- Usage of `const`.
- Usage of begin/end decls, in header files.
- Usage of member initializers.