mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 15:27:28 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
c5a35016d1
commit
e8619a7df1
1 changed files with 3 additions and 2 deletions
|
|
@ -3,10 +3,11 @@ Who knows what the future holds...
|
|||
|
||||
# X - DD/MM/YYYY
|
||||
### Changes:
|
||||
[Risk of Rain 2](https://store.steampowered.com/app/632360/Risk_of_Rain_2/) support.
|
||||
Games: [Risk of Rain 2](https://store.steampowered.com/app/632360/Risk_of_Rain_2/) support.
|
||||
Valve Protocol: Players with no name are no more added to the `players_details` field.
|
||||
|
||||
### Breaking:
|
||||
Valve Protocol - Rules is now a `HashMap<String, String>` instead of a `Vec<ServerRule>` (where the `ServerRule` structure had a name and value fields).
|
||||
Valve Protocol: The rules field is now a `HashMap<String, String>` instead of a `Vec<ServerRule>` (where the `ServerRule` structure had a name and a value fields).
|
||||
|
||||
# 0.0.7 - 03/01/2023
|
||||
### Changes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue