mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 15:27:28 +00:00
[Crate] Update CHANGELOG with check_app_id addition and player score being fixed.
This commit is contained in:
parent
b35e52f795
commit
c4097fae78
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,9 @@ Who knows what the future holds...
|
|||
### Changes:
|
||||
Protocols:
|
||||
- Quake 2: Fixed a bug where the version tag wouldn't always be present.
|
||||
- Valve: Added the field `check_app_id` to `GatherSettings` which controls if the app id specified to the request and
|
||||
reported by the server are the same, errors if not, enabled by default.
|
||||
- Valve: Fixed `player`'s `score` field being `u32` when it needed to be `i32`, as specified in the protocol.
|
||||
|
||||
Crate:
|
||||
- Rich errors, capturing backtrace is done on `RUST_BACKTRACE=1`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue