summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-08-11 20:33:21 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-08-11 20:33:21 -0400
commitb7907293349e95f84583e682f38e0eb491ac2e5d (patch)
tree3a2e2405729eb3a42b036049957ad741e9968f83 /docs/release-notes.md
parentef731de8318c7f01567baf2e23ae9a09789b4bdd (diff)
downloadSMAPI-b7907293349e95f84583e682f38e0eb491ac2e5d.tar.gz
SMAPI-b7907293349e95f84583e682f38e0eb491ac2e5d.tar.bz2
SMAPI-b7907293349e95f84583e682f38e0eb491ac2e5d.zip
add support for loading unpacked .json files through content API (#576)
Diffstat (limited to 'docs/release-notes.md')
-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 183d8e2e..9556d58c 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -8,6 +8,7 @@
* Fixed some SMAPI logs not deleted when starting a new session.
* For modders:
+ * Added support for `.json` data files in the content API (including Content Patcher).
* Added `--mods-path` command-line argument to allow switching between mod folders.
* All enums are now JSON-serialised by name, since that's more user-friendly. Previously only certain predefined enums were serialised that way. JSON files which already have integer enums will still be parsed fine.
* Fixed false compatibility error when constructing multidimensional arrays.