diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2026-03-07 23:56:19 +0100 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2026-03-07 23:56:19 +0100 |
| commit | 10d34b0d842cf8244378a4bfcadd317faa6fdd19 (patch) | |
| tree | ca032ec555fa0ac5dbb44f8dcf65e92429ad8476 | |
| parent | 8b84c156a79cc6cfd4b8c9e1189912d7fbea7653 (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 a186541..d797b8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ documented in this file. - Replaced C-style headers in C++ files. - Replaced `atoi()` with `strtol()`. Multiple occurrences. - Replaced `atoi()` with `strtonum()`. Multiple occurrences. +- Usage of `const`. - Usage of member initializers. ## [1.4.7] - 2025-12-01 ## |
