From 2ac27cf870659839513c98beb349e5099b7c2fbc Mon Sep 17 00:00:00 2001 From: Yaakov Date: Sun, 9 Jan 2022 17:46:47 +1100 Subject: [PATCH] Add breaking changes warning --- SteamKit2/SteamKit2/changes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SteamKit2/SteamKit2/changes.txt b/SteamKit2/SteamKit2/changes.txt index e8f2f9797..c9e4a1753 100644 --- a/SteamKit2/SteamKit2/changes.txt +++ b/SteamKit2/SteamKit2/changes.txt @@ -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