From 1a84d653ff36235151e6930ba0581a8cdde8349f Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sun, 3 Nov 2019 10:39:56 +0000 Subject: [PATCH] changelog: add _missing_token and clarify other changes --- CHANGES.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c7c3b0d..329f4ad 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -20,10 +20,11 @@ This release brings some breaking changes - Removed `SteamClient.change_email()` - Removed `SteamClient.create_account()` - `get_product_info()` now replaces invalid unicode chars +- `get_product_info()` includes `_missing_token` key with every result - Updated `SteamID.is_valid` - Updated various Enums - Updated EMsg Enum -- Messages now have a payload property set when the body cannot be parsed +- Messages now have a `payload` property set when the body cannot be parsed - Updated protocol version to 65580 -- Added `CDNClient` -- Update `SteamClient` to use new chat mode +- Added `CDNClient` for downloading connect from SteamPipe +- Update `SteamClient` to use new chat mode, with option to fallback