diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-05 14:28:29 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-05 14:28:29 -0400 |
commit | 5e16ed0eea2cae21badd525afa0d464700bb8647 (patch) | |
tree | 3761c5c22307fdb35d783185a981b979404d7577 /docs | |
parent | 94d41cd67a1591fff01c17e3aece48e1f19d297b (diff) | |
download | SMAPI-5e16ed0eea2cae21badd525afa0d464700bb8647.tar.gz SMAPI-5e16ed0eea2cae21badd525afa0d464700bb8647.tar.bz2 SMAPI-5e16ed0eea2cae21badd525afa0d464700bb8647.zip |
prevent weird null reference exception in error-handling
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 20fdd2c1..8c98af5d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,6 +1,10 @@ ← [README](README.md) # Release notes +## Upcoming release +* For mod authors: + * Fixed rare `NullReferenceException` in SMAPI's error-handling. + ## 3.12.2 Released 05 August 2021 for Stardew Valley 1.5.4 or later. |