Skip to content

Commit

Permalink
Update release notes for 2.4.1-Alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakov-h committed Jul 30, 2021
1 parent c9e80e6 commit 5409351
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions SteamKit2/SteamKit2/changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ v 2.4.0 July 29 2021 (Alpha 3)
* Updated C# nullability annotations.
* Updated Steam enums and protobufs.

BREAKING CHANGES
* `SteamWorkshop.EnumerateUserPublishedFiles` and its associated callback has been removed.
* `SteamWorkshop.EnumerateUserSubscribedFiles` and its associated callback has been removed.
* `SteamApps.PICSRequest` has been changed from a class to a struct, and `only_public` has been removed.
* A non-final optional parameter has been removed from `SteamApps.PICSGetProductInfo`. For any caller that supplied
three unnamed arguments, this is a source-breaking change as the value for `onlyPublic` will now be passed to the
method parameter `metaDataOnly`. Please audit your code for any calls to `PICSGetProductInfo` as the compiler will
not warn you about this change.


------------------------------------------------------------------------------
v 2.4.0 March 9, 2021 (Alpha 2)
------------------------------------------------------------------------------
Expand All @@ -22,12 +32,14 @@ Bug Fixes
- Fixed a race in AsyncJob registration.
- Fixed an issue opening files in IsolatedStorageServerListProvider.


------------------------------------------------------------------------------
v 2.4.0 July 13, 2020 (Alpha 1)
------------------------------------------------------------------------------
* Updated protobuf-net dependency to v3.0.
* Updated Steam protobufs.


------------------------------------------------------------------------------
v 2.3.0 July 05, 2020
------------------------------------------------------------------------------
Expand Down

0 comments on commit 5409351

Please sign in to comment.