diff options
| author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-16 21:29:28 -0500 |
|---|---|---|
| committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-16 21:29:28 -0500 |
| commit | dcfae980bf74386c624b0d059a83e95ec1aedc0b (patch) | |
| tree | b8f8ba7ff00581c89a6834fde547aef40af46538 /docs | |
| parent | ba0acf89c1a24bf70f150faf3bbbe1ac436c38fe (diff) | |
| download | SMAPI-dcfae980bf74386c624b0d059a83e95ec1aedc0b.tar.gz SMAPI-dcfae980bf74386c624b0d059a83e95ec1aedc0b.tar.bz2 SMAPI-dcfae980bf74386c624b0d059a83e95ec1aedc0b.zip | |
fix content packs always failing to load if they declare a dependency on a SMAPI mod
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 1631c153..d3036135 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -44,7 +44,8 @@ * added support for overlaying image assets with semi-transparency; * mods can now load PNGs even if the game is currently drawing. * When comparing mod versions, SMAPI now considers `-unofficial` to be lower-precedence than any other value (e.g. `1.0-beta` is now considered newer than `1.0-unofficial` regardless of normal sorting). - * Fixed `IContentPack.ReadJsonFile` allowing non-relative paths. + * Fixed content packs' `ReadJsonFile` allowing non-relative paths. + * Fixed content pack always failing to load if they declare a dependency on a SMAPI mod. * Fixed trace logs not showing path for invalid mods. * Fixed 'no update keys' warning not shown for mods with only invalid update keys. * Fixed `Context.IsPlayerFree` being true before the player finishes transitioning to a new location in multiplayer. |
