[Crate] Add RequestSettings to CHANGELOG

This commit is contained in:
CosminPerRam 2023-09-01 22:41:42 +03:00
parent a56ca45de6
commit e1568f4019

View file

@ -9,6 +9,8 @@ Protocols:
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.
- The Ship: Fixed some instances of using `unwrap` without handling the panics.
- Minecraft Java: Added an optional parameter, `RequestSettings`, which contains fields that are used when creating the handshake
packet (this solves some servers not responding to the query).
Crate:
- Rich errors, capturing backtrace is done on `RUST_BACKTRACE=1`.