From a3952f880ffc2f7976756009031a8399371209da Mon Sep 17 00:00:00 2001 From: Yaakov Date: Sat, 16 May 2020 19:38:14 +1000 Subject: [PATCH] Added release notes for 2.3 beta 2 --- SteamKit2/SteamKit2/changes.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/SteamKit2/SteamKit2/changes.txt b/SteamKit2/SteamKit2/changes.txt index 146f930d0..6fd4ee2d4 100644 --- a/SteamKit2/SteamKit2/changes.txt +++ b/SteamKit2/SteamKit2/changes.txt @@ -1,3 +1,17 @@ +------------------------------------------------------------------------------ +v 2.3.0 May 16, 2020 (Beta 2) +------------------------------------------------------------------------------ +* Added initial support for an IPv6-aware Steam network. +* Added `SteamUser.EmailAddrInfoCallback`. +* Added `DepotManifest.Deserialize()`. +* Added new `Licence` fields to `SteamApps` callbacks. +* Added `CMClient.CurrentEndPoint` to expose currently connected remote server addess. +* Fixed a possible exception when calling `SteamApps` functions with duplicated inputs. +* Fixed a couple possible crashes. +* Updated Steam enums and protobufs. +* `WebAPI` no longer logs exceptions. Callers that want this information logged should log it themselves. + + ------------------------------------------------------------------------------ v 2.3.0 Mar 29, 2020 (Beta 1) ------------------------------------------------------------------------------ @@ -9,7 +23,7 @@ v 2.3.0 Mar 29, 2020 (Beta 1) * Removed debug messages for each packet send/recieve event. This can be accomplished through `NetHookNetworkListener` or a customer `IDebugNetworkListener` instead. * Log messages now uniquely identify the related `SteamClient` object, where relevant. * Fixed incorrect Cell ID parameter in `ContentServerDirectoryService`. -* Fixed a possible exception when calling `SteamApps` functions with duplicated inputs +* Fixed a possible exception when calling `SteamApps` functions with duplicated inputs. * Fixed Web API exceptions not including the numeric HTTP response code. * Updated Steam enums and protobufs.