diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-07-05 22:03:40 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-07-05 22:03:40 +0200 |
commit | dadd954f662b38fd114fb960e54781d8a38e9fbf (patch) | |
tree | be4be37d59d87b2ec11f40ffdfed9fa6e6a0b503 /CHANGELOG.md | |
parent | f44e9e0330b29ef765e4a7c7e2ee235783c902f9 (diff) |
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d39736..ce9a9bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,10 @@ documented in this file. ## [Unreleased] ## - Added command-line option `l` (Display the legal notice and exit.) +- Fixed unusual struct allocations. - Replaced calls to `rand()` with `brand()` which uses `arc4random_uniform()`. +- Replaced unbounded string handling functions. ## [1.4.1] - 2024-05-26 ## - **Added** command-line option `a` to the addplayer program. If given, it |