From c4097fae78d1ed59d4c2b3764cd5f110ba67748d Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Tue, 15 Aug 2023 22:05:59 +0300 Subject: [PATCH] [Crate] Update CHANGELOG with check_app_id addition and player score being fixed. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2cea70..338338d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`.