summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-08-09 19:10:54 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-08-09 19:10:54 -0400
commit48eb5e6be02feae26a6e374992cfeed9d60a5757 (patch)
tree123bfd97dfe22a7262ab56f4df74fc9c9414a734 /docs
parent066f1857a145c8b9e80a095d2dee1be6419f957b (diff)
downloadSMAPI-48eb5e6be02feae26a6e374992cfeed9d60a5757.tar.gz
SMAPI-48eb5e6be02feae26a6e374992cfeed9d60a5757.tar.bz2
SMAPI-48eb5e6be02feae26a6e374992cfeed9d60a5757.zip
add support for read/writing SDate to JSON
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 7f522ce0..2e1e050e 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -11,6 +11,9 @@
* For players:
* Fixed rare error when a mod adds/removes event handlers asynchronously.
+* For modders:
+ * You can now read/write `SDate` values to JSON (e.g. for `config.json`, network mod messages, etc).
+
* For the web UI:
* Updated the JSON validator/schema for Content Patcher 1.16.