We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f5b50 commit f0204cfCopy full SHA for f0204cf
SteamKit2/SteamKit2/changes.txt
@@ -23,7 +23,7 @@ v 2.4.0 November 17 2021 (Beta 1)
23
BREAKING CHANGES
24
* Changed `SteamApps.GetPICSProductInfo` signature to now use `PICSRequest` objects.
25
* Removed some old non-Protobuf messages.
26
-* Updated nullability to match latest BCL annotations to fix .NET 6 SDK analysis warnings.
+* Updated nullability to match latest BCL annotations and to fix .NET 6 SDK analysis warnings.
27
* `SteamClient.AddHandler` will now throw an `ArgumentNullException` if the handler is null, rather than crashing on a `NullReferenceException`.
28
* WebAPI will now throw an `ArgumentException` if the `method` parameter is `null`, rather than crashing on a `NullReferenceException`.
29
* CDN timeouts options are now properties instead of fields.
0 commit comments