summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-05-02 23:53:15 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-05-02 23:53:15 -0400
commit45613b4851919dec915fed6a2e81d982b2971b4e (patch)
treece736df0b95983d5355c767ffeb392597a64a633 /release-notes.md
parent24aa8bb64d27840b9fb9ba2cbef0ab222928a21e (diff)
downloadSMAPI-45613b4851919dec915fed6a2e81d982b2971b4e.tar.gz
SMAPI-45613b4851919dec915fed6a2e81d982b2971b4e.tar.bz2
SMAPI-45613b4851919dec915fed6a2e81d982b2971b4e.zip
store unknown fields in IManifest::ExtraFields (#275)
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md
index f1aa5b15..d1d2f82a 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -14,6 +14,7 @@ For mod developers:
See [log](https://github.com/Pathoschild/SMAPI/compare/1.11...1.12).
For mod developers:
+* Unknown mod manifest fields are now stored in `IManifest::ExtraFields`.
* The content API now defaults to `ContentSource.ModFolder`.
* Fixed content API error when loading a PNG during early game init (e.g. in mod's `Entry`).
* Fixed content API error when loading an XNB from the mod folder on Mac.