diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-07-07 12:58:09 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-07-07 12:58:09 +0200 |
commit | 52fb976fe3cfbc2c3bfac38b9a170c46c7021972 (patch) | |
tree | 24ee06542393df4ace22827d6fc38abc7f4ca3b8 /CHANGELOG.md | |
parent | 6ba3fabc342c3db932aa374fe01285477f919c0b (diff) |
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index af3c43f..2c686c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ documented in this file. - Replaced `bcopy()` with `memmove()`. - Replaced calls to `rand()` with `brand()` which uses `arc4random_uniform()`. -- Replaced unbounded string handling functions. Multiple occurrences. +- Replaced unbounded string handling functions. Multiple + occurrences. Whole tree completed. ## [1.4.1] - 2024-05-26 ## - **Added** command-line option `a` to the addplayer program. If given, it |