diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-09-18 18:49:07 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-09-18 18:49:07 -0400 |
commit | 239173558c5a6b9d1340ed9d77edb7fce2cb19f9 (patch) | |
tree | 4f99357a9deadfa36e887eb017e9e97ec59a827d /docs | |
parent | 2cd0c8130c5f9688db493d8b0acd07505c86a2aa (diff) | |
download | SMAPI-239173558c5a6b9d1340ed9d77edb7fce2cb19f9.tar.gz SMAPI-239173558c5a6b9d1340ed9d77edb7fce2cb19f9.tar.bz2 SMAPI-239173558c5a6b9d1340ed9d77edb7fce2cb19f9.zip |
fix dependencies not enforced if the dependency failed in the load phase
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 22730e28..84fb88b0 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -13,6 +13,7 @@ * Fixed 'no update keys' warning not shown for mods with only invalid update keys. * Fixed transparency issues on Linux/Mac for some mod images. * Fixed translation issues not shown as warnings. + * Fixed dependencies not correctly enforced if the dependency is installed but failed to load. * Updated compatibility list. * For modders: |