From 82772e0c022db0e79eb5a9f2a4af9018c47cc41c Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Sun, 21 Jan 2024 01:05:58 +0200 Subject: [PATCH] chore: correctly categorise removal of the games.txt file --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 927a9f6..086ef9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,13 @@ * Removed `GameResolver`, moved the `GameDig` class in a separate file. * Modified exports, now the library exports `games` and `protocols` alongside the `GameDig` class. * A game always has these fields: `name`, `release_year` and `options` (which always contains `port`/`port_query`/`port_query_offset` and `protocol`). -* Removed the `games.txt` file, the games definitions are now stored in-code (exported on `games`). * `maxAttempts` has been renamed to `maxRetries`. #### Games * Almost all games ids have been changed to follow a standard, see [CONTRIBUTING.md#naming](https://github.com/gamedig/node-gamedig/blob/5ae12dd494c927abcbe43352609d9aa34a54753c/CONTRIBUTING.md?plain=1#L27C3-L27C3). * Removed `minecraftping` (as it was deprecated and the same thing as `minecraft`) and `minecraftpe` (deprecated, which is now the same as `mbe` (Minecraft Bedrock Edition)). +* Removed the `games.txt` file, the games definitions are now stored in-code (exported on `games`). ### Other changes #### Package