Browse Source

changelog: add _missing_token and clarify other changes

pull/248/head
Rossen Georgiev 6 years ago
parent
commit
1a84d653ff
  1. 7
      CHANGES.md

7
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

Loading…
Cancel
Save