diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-08-04 02:18:29 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-08-04 02:18:29 +0200 |
commit | 54344d2dc0290621fafa57895968d65c508aa03a (patch) | |
tree | c3bd88277e9f62037c19b4d362bd1123c6a7ac7b | |
parent | ea36b3dfcccdc0f620603c3abb797d178ff4b50a (diff) |
Updated the changelog
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e0834ca..39a6892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,12 @@ All notable changes to this fork of FICS version 1.6.2 will be documented in this file. ## [Unreleased] ## -- Added command-line option `d` (Run in the background.) -- Changed the makefiles to compile with debugging symbols enabled. -- Changed the program to handle the return value of `fgets()`, +- **Added** command-line option `d` (Run in the background.) +- **Changed** the makefiles to compile with debugging symbols enabled. +- **Changed** the program to handle the return value of `fgets()`, `fscanf()` and `sscanf()`. Multiple occurrences. -- Fixed a crash due to out of bounds array access. -- Fixed multiple possible buffer overflows. +- **Fixed** a crash due to out of bounds array access. +- **Fixed** multiple possible buffer overflows. ## [1.4.2] - 2024-07-13 ## - Added command `iset` for compatibility with XBoard, which currently |