summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-05-02 23:45:25 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-05-02 23:45:25 -0400
commit24aa8bb64d27840b9fb9ba2cbef0ab222928a21e (patch)
tree079543006f4fef5ca126fc950bdb07756d55c8db /release-notes.md
parent8503bf9cd99e094c425212264583a3416c8a5595 (diff)
downloadSMAPI-24aa8bb64d27840b9fb9ba2cbef0ab222928a21e.tar.gz
SMAPI-24aa8bb64d27840b9fb9ba2cbef0ab222928a21e.tar.bz2
SMAPI-24aa8bb64d27840b9fb9ba2cbef0ab222928a21e.zip
default content API to ContentSource.ModFolder (#276)
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 b39ab276..f1aa5b15 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:
+* 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.