aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-05-05 22:36:04 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-05-05 22:36:04 +0200
commit1ae5d9a96bb36cf0763b4d6f0c4974c561a3291b (patch)
tree089b9bce1176c049c7d61c9ab1263f6d90d0d0ed /CHANGELOG.md
parent76a92a6629f7a1975c700d2ce53beacd8bd0efa1 (diff)
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files 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 ##