diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-04-13 13:26:01 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-04-13 13:26:01 +0200 |
commit | 183ad6d1284cd6b9d8ed04aea6fb1786eee49ed6 (patch) | |
tree | 5267f3b2da2d2132f60fe608c30bdd786bb2b204 | |
parent | 754e9f069f9a937fe98bb392f425381e5ce04c0b (diff) |
Updated the changelog
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6354ad0..ef695bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ documented in this file. - Added usage of `reallocarray()` which handles multiplication overflow. - Added usage of the functions from `err.h`. +- Checked out the following files by tag 1.0, because the previous + changes made to them possibly introduced game bugs: + - `algcheck.c` + - `algcheck.h` + - `movecheck.c` + - `movecheck.h` - Cleared sensitive data with `explicit_bzero()`. - Fixed an empty hostname in the addplayer program. - Fixed bogus type for storing the return value of `time()`. It should |