summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-09-13 00:01:14 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-09-13 00:01:14 -0400
commit4fccaa35709440f98e275f0da3d2b65204b7d6e2 (patch)
treea3e2328af666198485fef17fff8f5f269affe989 /docs
parenta9fcbc686d203b20f8e4b127e213b7028b3a9ae1 (diff)
downloadSMAPI-4fccaa35709440f98e275f0da3d2b65204b7d6e2.tar.gz
SMAPI-4fccaa35709440f98e275f0da3d2b65204b7d6e2.tar.bz2
SMAPI-4fccaa35709440f98e275f0da3d2b65204b7d6e2.zip
add nullable support in JSON converters
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index c04ac4e5..0678f6e1 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -3,7 +3,10 @@
# Release notes
## Upcoming release
* For players:
- * Fixed crash loading mods if they have corrupted translation files.
+ * Fixed crash loading mods with corrupted translation files.
+
+* For mod authors:
+ * Improved SMAPI's crossplatform read/writing of `Color`, `Point`, `Rectangle`, and `Vector2` in JSON to support nullable fields too.
## 3.12.6
Released 03 September 2021 for Stardew Valley 1.5.4 or later.