diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-11 20:33:21 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-11 20:33:21 -0400 |
commit | b7907293349e95f84583e682f38e0eb491ac2e5d (patch) | |
tree | 3a2e2405729eb3a42b036049957ad741e9968f83 /docs/release-notes.md | |
parent | ef731de8318c7f01567baf2e23ae9a09789b4bdd (diff) | |
download | SMAPI-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.md | 1 |
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. |