diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-22 11:59:10 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-22 11:59:10 -0500 |
commit | b8636fdf2fb341029e16f0b9b51c07735d2a71d8 (patch) | |
tree | 2dd94402543610ef60e1d2aebd72f1baa6516107 /docs | |
parent | d3ec98fec8077026d3a97a74d4efc471ab37ad67 (diff) | |
download | SMAPI-b8636fdf2fb341029e16f0b9b51c07735d2a71d8.tar.gz SMAPI-b8636fdf2fb341029e16f0b9b51c07735d2a71d8.tar.bz2 SMAPI-b8636fdf2fb341029e16f0b9b51c07735d2a71d8.zip |
update draw logic for recent game updates
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index fe43412a..05bb2c60 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -6,6 +6,7 @@ * Improved performance for mods which load a large number of images. * Reduced network traffic for mod broadcasts to players who can't process them. * Fixed update-check errors for recent versions of SMAPI on Android. + * Updated draw logic to match recent game updates. * Updated compatibility list. * Updated SMAPI/game version map. * Updated translations. Thanks to xCarloC (added Italian)! |