diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-05-02 23:45:25 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-05-02 23:45:25 -0400 |
commit | 24aa8bb64d27840b9fb9ba2cbef0ab222928a21e (patch) | |
tree | 079543006f4fef5ca126fc950bdb07756d55c8db /release-notes.md | |
parent | 8503bf9cd99e094c425212264583a3416c8a5595 (diff) | |
download | SMAPI-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.md | 1 |
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. |