From e8619a7df1385b090a4835fd4bca79317ea55c60 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Thu, 12 Jan 2023 23:50:54 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d914ff..063322f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,11 @@ Who knows what the future holds... # X - DD/MM/YYYY ### Changes: -[Risk of Rain 2](https://store.steampowered.com/app/632360/Risk_of_Rain_2/) support. +Games: [Risk of Rain 2](https://store.steampowered.com/app/632360/Risk_of_Rain_2/) support. +Valve Protocol: Players with no name are no more added to the `players_details` field. ### Breaking: -Valve Protocol - Rules is now a `HashMap` instead of a `Vec` (where the `ServerRule` structure had a name and value fields). +Valve Protocol: The rules field is now a `HashMap` instead of a `Vec` (where the `ServerRule` structure had a name and a value fields). # 0.0.7 - 03/01/2023 ### Changes: