summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-02-16 22:33:33 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-02-16 22:33:33 -0500
commitd926133608b227add19f0aa711bf3efb5da5f0bd (patch)
tree797cb7ac6833e25eccb69a517a6ba22a08d33be6 /docs
parent789b2f4e42f36aa55dfe1f3160259e540addbc2f (diff)
downloadSMAPI-d926133608b227add19f0aa711bf3efb5da5f0bd.tar.gz
SMAPI-d926133608b227add19f0aa711bf3efb5da5f0bd.tar.bz2
SMAPI-d926133608b227add19f0aa711bf3efb5da5f0bd.zip
fix deadlock in rare cases when injecting an asset (#441)
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index c4c269eb..6b0c5d28 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -7,6 +7,7 @@
* For modders:
* Fixed error when accessing a mod-provided API whose underlying class is `internal`.
+ * Fixed deadlock in rare cases when injecting a file with an asset loader.
* For SMAPI developers:
* All mod assemblies are now rewritten in-memory to support features like mod-provided APIs.