From 1ae5d9a96bb36cf0763b4d6f0c4974c561a3291b Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 5 May 2024 22:36:04 +0200 Subject: Updated the changelog --- CHANGELOG.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b49f745..c18116f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,17 @@ 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 `ARRAY_SIZE()`. -- Added usage of `reallocarray()`. Multiple occurrences. -- Added usage of the functions from `err.h`. -- Changed the make install target to not overwrite the data messages +- **Added** parameter lists to many function declarations. +- **Added** usage of `ARRAY_SIZE()`. +- **Added** usage of `reallocarray()`. Multiple occurrences. +- **Added** usage of the functions from `err.h`. +- **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 +- **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: +- **Made** functions and variables private where possible. +- **Reformatted code** according to OpenBSD's KNF: - `algcheck.c` - `command.c` - `gamedb.c` @@ -22,7 +22,7 @@ documented in this file. - `obsproc.c` - `talkproc.c` - ... -- Replaced unbounded string handling functions. _Multiple_ +- **Replaced** unbounded string handling functions. _Multiple_ occurrences. ## [1.2] - 2024-04-14 ## -- cgit v1.2.3