Skip to content

Commit

Permalink
Add breaking changes warning
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakov-h committed Jan 9, 2022
1 parent 24934b1 commit 2ac27cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SteamKit2/SteamKit2/changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ v 2.4.1 January 9 2022
* Fixed PersonaStateCallback nullability annotations
* Fixed SteamUnifiedMessages sending invalid notifications.

BREAKING CHANGES:
* SteamUnifiedMessages.SendMessage(..., isNotification: true) will now return null rather than an AsyncJob, as notifications
do not have job semantics. This method is obsolete and SendNotification(...) should be used instead.


------------------------------------------------------------------------------
v 2.4.0 December 4 2021
Expand Down

0 comments on commit 2ac27cf

Please sign in to comment.