diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-03-03 22:18:44 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-03-03 22:18:44 -0500 |
commit | a290a2fa5229a1105942300c5ccd471a34915758 (patch) | |
tree | 9a5980fea0199b81c5172b1bb6ea37a051efb789 /docs/release-notes.md | |
parent | f9dc901994c1a8b17e22de3f68ceb038965e0cc5 (diff) | |
download | SMAPI-a290a2fa5229a1105942300c5ccd471a34915758.tar.gz SMAPI-a290a2fa5229a1105942300c5ccd471a34915758.tar.bz2 SMAPI-a290a2fa5229a1105942300c5ccd471a34915758.zip |
mark Stardew Valley 1.3 incompatible in SMAPI 2.5.x to reduce confusion when it's released (#453)
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index be6fdb27..d20584af 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,6 +8,9 @@ * Fixed mod list not including all mods if at least one has no author name. * Fixed some log entries being incorrectly filtered. +* For SMAPI developers: + * Internal changes to support the upcoming Stardew Valley 1.3 update. + ## 2.5.2 * For modders: * Fixed issue where replacing an asset through `asset.AsImage()` or `asset.AsDictionary()` didn't take effect. |