summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-09-16 18:03:25 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-09-16 18:03:25 -0400
commit5a10cf3506f56d62f6bd2dd4cc4c37587f1a5c70 (patch)
treebb4736e45090cd3adab393b0a6bdbefebbf8fbf9 /docs/release-notes.md
parentf06b4dd6102e64f929a218192002c1d2ba05ebed (diff)
downloadSMAPI-5a10cf3506f56d62f6bd2dd4cc4c37587f1a5c70.tar.gz
SMAPI-5a10cf3506f56d62f6bd2dd4cc4c37587f1a5c70.tar.bz2
SMAPI-5a10cf3506f56d62f6bd2dd4cc4c37587f1a5c70.zip
fix error when a mod rewrite adds instructions that break a short jump
Diffstat (limited to 'docs/release-notes.md')
-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 05f17a2f..6b8cfc3d 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -11,6 +11,7 @@
* For players:
* Fixed errors on Linux/Mac due to mods with incorrect filename case.
* Fixed map rendering crash due to conflict between SMAPI and PyTK.
+ * Fixed error in heuristically-rewritten mods in rare cases (thanks to ZaneYork!).
* For modders:
* All content pack file paths accessed through `IContentPack` are now case-insensitive.