aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-04-14 00:39:50 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-04-14 00:39:50 +0200
commit6a3d25a0be0c7e5e52ff542ab0b8cc7be4fab6a4 (patch)
treeb0eeb212bc5cf5c252a67c08f3527c43faf66cbc
parent33e7f4723bfe1e91328bbdfa282c7ce2061f4a18 (diff)
Updated the changelog
-rw-r--r--CHANGELOG.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 915eb1f..58d5232 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,31 +4,31 @@ All notable changes to this fork of FICS version 1.6.2 will be
documented in this file.
## [Unreleased] ##
-- Added parameter lists to many function declarations.
-- Added usage of `reallocarray()` which handles multiplication
+- **Added** parameter lists to many function declarations.
+- **Added** usage of `reallocarray()` which handles multiplication
overflow.
-- Added usage of `msnprintf()`, `mstrlcpy()` and `mstrlcat()` which
+- **Added** usage of `msnprintf()`, `mstrlcpy()` and `mstrlcat()` which
detects and logs truncation.
-- Added usage of the functions from `err.h`.
-- Checked out the following files by tag 1.0, because the previous
+- **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`
- `board.c`
- `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
+- **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
really be `time_t`. Multiple occurrences.
-- Fixed non-ANSI function declarations of functions. (Multiple
+- **Fixed** non-ANSI function declarations of functions. (Multiple
occurrences.)
-- Made functions and variables private where possible.
-- Reformatted code according to OpenBSD's KNF:
+- **Made** functions and variables private where possible.
+- **Reformatted code** according to OpenBSD's KNF:
- `ratings.c`
- `variable.c`
- ...
-- Replaced unbounded string handling functions. _Multiple_
+- **Replaced** unbounded string handling functions. _Multiple_
occurrences.
## [1.1] - 2024-03-30 ##