diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-11 15:41:32 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-11 15:41:32 -0400 |
commit | fa335f80beee17f17ecedcfa7bcb6f9967a39776 (patch) | |
tree | eb09d24d7fa28ba6adc844d5cb5cc456f74e5397 /docs | |
parent | 83969b57890ea1633ddc14ec58282d0c61c36637 (diff) | |
download | SMAPI-fa335f80beee17f17ecedcfa7bcb6f9967a39776.tar.gz SMAPI-fa335f80beee17f17ecedcfa7bcb6f9967a39776.tar.bz2 SMAPI-fa335f80beee17f17ecedcfa7bcb6f9967a39776.zip |
fix crash when player has duplicate item references
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index c65d6e0d..66d911b7 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,7 +4,6 @@ * For players: * Added support for Stardew Valley 1.3+; no longer compatible with earlier versions. * Added `Context.IsMultiplayer` and `Context.IsMainPlayer` flags. - * Fixed SMAPI update alerts linking to the GitHub repository instead of [smapi.io](https://smapi.io). * Fixed SMAPI update checks not showing newer beta versions when using a beta version. * For modders: @@ -21,6 +20,8 @@ ## 2.5.5 * For players: * Fixed mods not being loaded if an optional dependency is installed but skipped. + * Fixed rare crash when the game duplicates an item. + * Fixed SMAPI update alerts linking to the GitHub repository instead of [smapi.io](https://smapi.io). * For the [log parser][]: * Tweaked UI. |