diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-10-03 12:08:22 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-10-03 12:08:22 -0400 |
commit | 175ebf907134e1e32992f62637a5d7e43bfc6a20 (patch) | |
tree | 181bc49154a5139efa11e09f2618d4dc47d8321e /docs | |
parent | 15cd316ce44fb1ca43b29f6087243cc3af2f78fb (diff) | |
download | SMAPI-175ebf907134e1e32992f62637a5d7e43bfc6a20.tar.gz SMAPI-175ebf907134e1e32992f62637a5d7e43bfc6a20.tar.bz2 SMAPI-175ebf907134e1e32992f62637a5d7e43bfc6a20.zip |
fix non-generic GetAPI not checking that all mods are loaded (#662)
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 30a759be..9cfb70a6 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -112,6 +112,7 @@ For modders: * Fixed asset propagation for NPC portraits resetting any unique portraits (e.g. Maru's hospital portrait) to the default. * Fixed changes to `Data\NPCDispositions` not always propagated correctly to existing NPCs. * Fixed `LoadStageChanged` event not raising correct flags in some cases when creating a new save. + * Fixed `GetApi` without an interface not checking if all mods are loaded. ### For SMAPI maintainers * Added support for core translation files. |