diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-08-26 22:32:59 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-08-26 22:32:59 -0400 |
commit | 54e7fb7a0bcd994f6d49348c879cb96902dbe07b (patch) | |
tree | dbfef1122cdf57a9fd9518f9889a39cc6ef8d480 /docs | |
parent | d3c5fe0764806684cc71508abf009473b9d7bc0a (diff) | |
download | SMAPI-54e7fb7a0bcd994f6d49348c879cb96902dbe07b.tar.gz SMAPI-54e7fb7a0bcd994f6d49348c879cb96902dbe07b.tar.bz2 SMAPI-54e7fb7a0bcd994f6d49348c879cb96902dbe07b.zip |
fix some broken field references not detected
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 7e928aed..21f9d213 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -15,6 +15,7 @@ * Fixed broken URL in update alerts for unofficial versions. * Fixed rare error when a mod adds/removes event handlers asynchronously. * Fixed rare issue where the console showed incorrect colors when mods wrote to it asynchronously. + * Fixed SMAPI not always detecting broken field references in mod code. * Removed the experimental `RewriteInParallel` option added in SMAPI 3.6 (it was already disabled by default). Unfortunately this caused intermittent and unpredictable errors when enabled. * For modders: |