summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-01-01 11:51:57 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-01-01 11:51:57 -0500
commit0fdb09f5f9ef463dbf867c3a46ce680706305f0e (patch)
treece8fa4555809a09eef96267ae9caf97ef1344af8 /docs
parentf95292953f95ec71071fce7a6438a5403dc85816 (diff)
downloadSMAPI-0fdb09f5f9ef463dbf867c3a46ce680706305f0e.tar.gz
SMAPI-0fdb09f5f9ef463dbf867c3a46ce680706305f0e.tar.bz2
SMAPI-0fdb09f5f9ef463dbf867c3a46ce680706305f0e.zip
fix network messages not using same JSON serializer settings (#745)
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index dbc8e905..dcd638a3 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -14,6 +14,7 @@
* For modders:
* When a mod is blocked by SMAPI's internal compatibility list, the `TRACE` messages while loading it now indicates that and specifies the reason.
+ * Message data from the `ModMessageReceived` event now uses the same serializer settings as the rest of SMAPI. This mainly adds support for sending crossplatform `Color`, `Point`, `Vector2`, `Rectangle`, and `SemanticVersion` fields through network messages.
## 3.8.1
Released 26 December 2020 for Stardew Valley 1.5.1 or later.