From e1568f4019e0f574989e4d6e2df30d00753cb485 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Fri, 1 Sep 2023 22:41:42 +0300 Subject: [PATCH] [Crate] Add RequestSettings to CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 380594c..95a1a1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`.