Updated CHANGELOG.md to note CS2D changes.

This commit is contained in:
CosminPerRam 2023-09-18 00:13:38 +03:00
parent 1907b53c4c
commit ca69e76ed3
1 changed files with 2 additions and 0 deletions

View File

@ -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`.