Skip to content

Commit

Permalink
chore: update CHANGELOG.md to note game id changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminPerRam committed Jan 16, 2024
1 parent 5ae12dd commit a8bc3aa
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@
* Modified exports, now the library exports `games` and `protocols` alongside the `GameDig` class.

#### Games
* Removed the following alternative game ids: `minecraftping` (as it was deprecated and the same thing as `minecraft`),
`minecraftpe` (deprecated, which is the same as `minecraftbe`), `flashpoint` (alternative was `operationflashpoint`,
see next point) and `tshock` (which is `terraria`).
* Renamed following game ids:
* * `operationflashpoint` to reference it by its full name, now is `ofcwc`.
* * `7d2d` to standardize game ids as they won't being with a digit and this was the only one, now is `sdtd`.
* 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)).

### Other changes
#### Package
Expand Down

0 comments on commit a8bc3aa

Please sign in to comment.