diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-24 20:24:42 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-24 20:24:42 -0500 |
commit | a8a34f7f96a02d668c136415b29c2d622a2546e5 (patch) | |
tree | a4b301b14ad7c843ccd89bce0d2725307ea9e4f5 /docs | |
parent | 414cf5c197b5b59776d3dda914eb15710efb0868 (diff) | |
download | SMAPI-a8a34f7f96a02d668c136415b29c2d622a2546e5.tar.gz SMAPI-a8a34f7f96a02d668c136415b29c2d622a2546e5.tar.bz2 SMAPI-a8a34f7f96a02d668c136415b29c2d622a2546e5.zip |
fix event error in rare cases
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 3dee3705..35f711fb 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,4 +1,8 @@ # Release notes +## 2.5.1 +* For players: + * Fixed event error in rare cases. + ## 2.5 * For players: * **Added support for [content packs](https://stardewvalleywiki.com/Modding:Content_packs)**. |