diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-07 12:04:20 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-07 12:04:20 -0500 |
commit | 0b03b4f16a446e4b139efd33f6378598ae66efee (patch) | |
tree | f9165f143f796c7cfebc6d91605c19478f6f4cb2 /docs | |
parent | 60237f4d39eef619d030bd8f3334a13cbd2caffe (diff) | |
download | SMAPI-0b03b4f16a446e4b139efd33f6378598ae66efee.tar.gz SMAPI-0b03b4f16a446e4b139efd33f6378598ae66efee.tar.bz2 SMAPI-0b03b4f16a446e4b139efd33f6378598ae66efee.zip |
deprecate old manifest version format
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 57fb33a4..4e2d7cab 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -48,6 +48,7 @@ * Fixed `Context.IsPlayerFree` being true before the player finishes transitioning to a new location in multiplayer. * Suppressed the game's 'added crickets' debug output. * Updated dependencies (Harmony 1.0.9.1 → 1.2.0.1, Mono.Cecil 0.10 → 0.10.1). + * **Deprecation:** non-string manifest versions are now deprecated and will no longer work in SMAPI 3.0. * **Breaking change:** `helper.ModRegistry` now returns `IModInfo` instead of `IManifest` directly. This lets SMAPI return more metadata about mods. * **Breaking change:** most SMAPI files have been moved into a `smapi-internal` subfolder. This won't affect compiled mod releases, but you'll need to update the build config NuGet package. |