summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-08-11 23:52:45 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-08-11 23:52:45 -0400
commit99ebac7e071ae3548093f57e0f0699fb29b25bef (patch)
treeaa4336e55d43cf8fd496283381cc3195c45625c0 /docs
parent4e49ce8547c926f13589807a1ac70a3406a1cf01 (diff)
downloadSMAPI-99ebac7e071ae3548093f57e0f0699fb29b25bef.tar.gz
SMAPI-99ebac7e071ae3548093f57e0f0699fb29b25bef.tar.bz2
SMAPI-99ebac7e071ae3548093f57e0f0699fb29b25bef.zip
add asset propagation for dialogue changes (#580)
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 340ebb62..4c5671ec 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -13,6 +13,7 @@
* For modders:
* Added support for `.json` data files in the content API (including Content Patcher).
+ * Added asset propagation for dialogue changes through the content API.
* 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.