mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
6786636945
commit
637252ca18
1 changed files with 16 additions and 4 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
|
@ -3,12 +3,24 @@ Who knows what the future holds...
|
||||||
|
|
||||||
# X - DD/MM/YYYY
|
# X - DD/MM/YYYY
|
||||||
### Changes:
|
### Changes:
|
||||||
Games: [Risk of Rain 2](https://store.steampowered.com/app/632360/Risk_of_Rain_2/) support.
|
Games:
|
||||||
Valve Protocol: Players with no name are no more added to the `players_details` field.
|
- [Risk of Rain 2](https://store.steampowered.com/app/632360/Risk_of_Rain_2/) support.
|
||||||
|
|
||||||
|
Protocols:
|
||||||
|
- Valve: Players with no name are no more added to the `players_details` field.
|
||||||
|
|
||||||
|
Crate:
|
||||||
|
- `MSRV` is now `1.56.1` (from `1.58.1`)
|
||||||
|
|
||||||
### Breaking:
|
### Breaking:
|
||||||
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).
|
Protocols:
|
||||||
Errors: Besides the `BadGame` error, now no other errors returns details about what happened (as it was quite pointless).
|
- Valve: 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).
|
||||||
|
|
||||||
|
Errors:
|
||||||
|
- Besides the `BadGame` error, now no other errors returns details about what happened (as it was quite pointless).
|
||||||
|
|
||||||
|
Crate:
|
||||||
|
- `package.metadata.msrv` has been replaced with `package.rust-version`
|
||||||
|
|
||||||
# 0.0.7 - 03/01/2023
|
# 0.0.7 - 03/01/2023
|
||||||
### Changes:
|
### Changes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue