diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-19 18:28:16 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-19 18:28:16 -0400 |
commit | 826dd53ab550e5b92796c510569118beee6bd044 (patch) | |
tree | d6d8ec7f380112e8ed047a932ae02548dc9b8a2b /docs/release-notes.md | |
parent | 417c04076634ea87d7b3030a1acf46825da6e3e6 (diff) | |
download | SMAPI-826dd53ab550e5b92796c510569118beee6bd044.tar.gz SMAPI-826dd53ab550e5b92796c510569118beee6bd044.tar.bz2 SMAPI-826dd53ab550e5b92796c510569118beee6bd044.zip |
move most SMAPI files into subfolder (#582)
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index c7097f97..0ec842ef 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,12 +1,15 @@ # Release notes ## 2.8 (upcoming) * For players: + * Moved most SMAPI files into a `smapi-internal` subfolder. * Updated compatibility list. * For modders: * Added [data API](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Data). * Added `IContentPack.WriteJsonFile` method. + * Added IntelliSense documentation when not using the 'for developers' version of SMAPI. * Fixed `IContentPack.ReadJsonFile` allowing non-relative paths. + * **Breaking change:** most SMAPI files have been moved into a `smapi-internal` subfolder. This won't affect compiled mods, but you'll need to update the mod build config NuGet package when compiling mods. ## 2.7 * For players: |