diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-06-01 22:15:35 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-06-01 22:15:35 +0200 |
commit | bcf882f6d5621317e5b318fc604c1d69bf93f77e (patch) | |
tree | 85b82241cc9e1aa8a24c652033c7353118e0d679 | |
parent | 855a4cc88e2f7b983df93c9fea2185e3b68141aa (diff) |
Updated the changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 48aba8a..0d39736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ documented in this file. ## [Unreleased] ## - Added command-line option `l` (Display the legal notice and exit.) +- Replaced calls to `rand()` with `brand()` which uses + `arc4random_uniform()`. ## [1.4.1] - 2024-05-26 ## - **Added** command-line option `a` to the addplayer program. If given, it |