From ca69e76ed34ec04d78dec79ba838b5358e97b18b Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Mon, 18 Sep 2023 00:13:38 +0300 Subject: [PATCH] Updated CHANGELOG.md to note CS2D changes. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5fb6ef..5d5a45e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ### To Be Released... #### Breaking Changes * NodeJS 14.17 is now required (from 14). +* Renamed `Counter Strike: 2D` to `CS2D` in [games.txt](games.txt) (why? see [this](https://cs2d.com/faq.php?show=misc_name#misc_name)). +* Updated `CS2D` protocol (by @ernestpasnik) #### Other changes * Replaced usage of deprecated `substr` with `substring`.