diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-07-06 19:04:45 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-07-06 19:04:45 +0200 |
commit | a491007f85a2a9848236d3aed28d44a7c02f0c68 (patch) | |
tree | a71b1e29af78c4a2b46cb5605824f7afce295e64 | |
parent | 0e3529e3b5c6c2383226f271e51ab50d990b0a1b (diff) |
Updated the changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ce9a9bc..4646e33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ documented in this file. - Fixed unusual struct allocations. - Replaced calls to `rand()` with `brand()` which uses `arc4random_uniform()`. -- Replaced unbounded string handling functions. +- Replaced unbounded string handling functions. Multiple occurrences. ## [1.4.1] - 2024-05-26 ## - **Added** command-line option `a` to the addplayer program. If given, it |