diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-16 18:03:25 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-16 18:03:25 -0400 |
commit | 5a10cf3506f56d62f6bd2dd4cc4c37587f1a5c70 (patch) | |
tree | bb4736e45090cd3adab393b0a6bdbefebbf8fbf9 /docs/release-notes.md | |
parent | f06b4dd6102e64f929a218192002c1d2ba05ebed (diff) | |
download | SMAPI-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.md | 1 |
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. |