diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-03-26 09:34:45 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-03-26 09:34:45 -0400 |
commit | 4d68ef3514de7deb357a0042d1af7ccf241ab5ff (patch) | |
tree | c71d17897377725f32653eacc65233f0b848f813 /docs/release-notes.md | |
parent | 56288e1d0ec072d35040b7954fc7c0f8b086663e (diff) | |
download | SMAPI-4d68ef3514de7deb357a0042d1af7ccf241ab5ff.tar.gz SMAPI-4d68ef3514de7deb357a0042d1af7ccf241ab5ff.tar.bz2 SMAPI-4d68ef3514de7deb357a0042d1af7ccf241ab5ff.zip |
update for 2.5.4 release
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index c30d3a3b..b3300800 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -17,14 +17,20 @@ ## 2.5.4 * For players: - * Fixed some textures not updated when a mod changes them (notably animals, fences, NPCs, and trees). + * Fixed some textures not updated when a mod changes them. * Fixed visual bug on Linux/Mac when mods overlay textures. - * Fixed error when a mod removes an asset editor/loader. - * Fixed minimum game version incorrectly changed from 1.2.30 to 1.2.33 in SMAPI 2.5.3. + * Fixed error when mods remove an asset editor/loader. + * Fixed minimum game version incorrectly increased in SMAPI 2.5.3. * For the [log parser][]: * Fixed error when log text contains certain tokens. +* For modders: + * Updated to Json.NET 11.0.2. + +* For SMAPI developers: + * Added support for beta update track to support upcoming Stardew Valley 1.3 beta. + ## 2.5.3 * For players: * Simplified and improved skipped-mod messages. |