diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2026-03-03 23:24:06 +0100 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2026-03-03 23:24:06 +0100 |
| commit | 9c36e42681467d9aed9e8710397fe91793797354 (patch) | |
| tree | fb9504994b0b305500440908439908b4e5bdf768 | |
| parent | 580cce9b231bd77521151a57f7b65ab4d5b9d898 (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 32cd220..236af67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ documented in this file. - Fixed unchecked function return values. Multiple occurrences. - Replaced C-style headers in C++ files. - Replaced `atoi()` with `strtol()`. Multiple occurrences. +- Replaced `atoi()` with `strtonum()`. Multiple occurrences. ## [1.4.7] - 2025-12-01 ## - **Added** a config file interpreter and moved some settings from |
