From 1a6b3059a27d0e12f026674c59c656c5d82e2959 Mon Sep 17 00:00:00 2001 From: Yaakov Date: Thu, 18 Nov 2021 15:25:15 +1100 Subject: [PATCH] Add 1053 --- SteamKit2/SteamKit2/changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/SteamKit2/SteamKit2/changes.txt b/SteamKit2/SteamKit2/changes.txt index 410ff5efe..c38cf817d 100644 --- a/SteamKit2/SteamKit2/changes.txt +++ b/SteamKit2/SteamKit2/changes.txt @@ -17,6 +17,7 @@ v 2.4.0 November 17 2021 (Beta 1) * Fixed a possible unhandled exception when opening a TCP connection. * Fixed the `UnobservedTaskException` event being triggered on .NET 6 if a TCP connection times out. * Fixed WebSocket connections constructing an incorrect IPv6 URI. +* Fixed `DisconnectedCallback.UserInitiated` being true when a connection was terminated due to an internal error. * Removed some DebugLog spam from WebSocket connections. * Updated Protobufs.