diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-22 23:03:09 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-22 23:03:09 -0400 |
commit | ceac1de6ec7ed5f7ecc32cb99a665af891863657 (patch) | |
tree | 142fe10ea01e13ba881d4aa8b938dbb13e138ef8 /docs | |
parent | 046c6be68ad5d48e69512116100797a974330d4b (diff) | |
download | SMAPI-ceac1de6ec7ed5f7ecc32cb99a665af891863657.tar.gz SMAPI-ceac1de6ec7ed5f7ecc32cb99a665af891863657.tar.bz2 SMAPI-ceac1de6ec7ed5f7ecc32cb99a665af891863657.zip |
change mod registry to return a container interface (#534)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 34f7404e..f9bcc6ab 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -13,6 +13,7 @@ * 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:** `helper.ModRegistry` returns a new `IModInfo` interface instead of `IManifest` directly. This lets SMAPI return more metadata about mods in future versions. * **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. * For SMAPI developers: |