diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-04-29 01:09:25 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-04-29 01:09:25 +0200 |
commit | 135cfc6fd69a5fff6fa3f0ec7d5d8e366701ab8d (patch) | |
tree | e7edfa2980b47643e7f71cdccf1fa403cc3a7f30 | |
parent | c4b2817201123a826cc35b670da3142f842f13c1 (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 eaaad9f..014c846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ documented in this file. - Changed the make install target to not overwrite the data messages in case they're already present. - Deleted unused includes. +- Fixed passing argument 2 of `ReadGameAttrs()` from incompatible + pointer type in `jsave_history()`. - Made functions and variables private where possible. - Reformatted code according to OpenBSD's KNF: - `obsproc.c` |