Skip to content

Commit

Permalink
chore: add new options to CHANGELOG (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
podrivo authored Jan 16, 2024
1 parent 17691b5 commit 58c9c2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
* `deno run --allow-net bin/gamedig.js --type tf2 127.0.0.1`
* Added code examples.
* New option: `stripColors` (defaults to `true`) for protocols that strips colors: unreal2, savage2, quake3, nadeo, gamespy2, doom3, armagetron.
* New option: `requestRulesRequired` (defaults to `false`) Valve games only. `requestRules` is always required to have a response or the query will timeout.
* New option: `requestPlayersRequired` (defaults to `false`) Valve games only. Querying players is always required to have a response or the query will timeout. Some [games](GAMES_LIST.md) may not provide a players response.

#### Games
* Removed the players::setNum method, the library will no longer add empty players as
Expand Down

0 comments on commit 58c9c2c

Please sign in to comment.