summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-08-12 00:41:53 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-08-12 00:41:53 -0400
commita6f6b9cad7a83e19b84ef2b5b2c7c9ae54227de4 (patch)
treeac806bc3237cbe81d43678ae55d9808d9e554b46 /docs
parent99ebac7e071ae3548093f57e0f0699fb29b25bef (diff)
downloadSMAPI-a6f6b9cad7a83e19b84ef2b5b2c7c9ae54227de4.tar.gz
SMAPI-a6f6b9cad7a83e19b84ef2b5b2c7c9ae54227de4.tar.bz2
SMAPI-a6f6b9cad7a83e19b84ef2b5b2c7c9ae54227de4.zip
fix asset propagation for child sprites (#573)
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 4c5671ec..9ac52ab1 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -13,7 +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.
+ * Fixed changes through the content API not propagating correctly for dialogue and child sprites.
* 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.