Commit Diff


commit - 8b84c156a79cc6cfd4b8c9e1189912d7fbea7653
commit + 10d34b0d842cf8244378a4bfcadd317faa6fdd19
blob - a186541741f5bc07921d08085d1b3abb6411bdd8
blob + d797b8fb0e1cf4f73d5edc14ea8d13410f113e2a
--- CHANGELOG.md
+++ 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 ##