diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-20 19:52:52 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-20 19:52:52 -0500 |
commit | eff29d94fbf41f0992ffac7bb5a04a08b71f3453 (patch) | |
tree | cd326427f12660a4389c4defac30c55960013a5d /docs/release-notes.md | |
parent | 2cc786907b2a6cd62691ba2d6514f45a7b46c03c (diff) | |
download | SMAPI-eff29d94fbf41f0992ffac7bb5a04a08b71f3453.tar.gz SMAPI-eff29d94fbf41f0992ffac7bb5a04a08b71f3453.tar.bz2 SMAPI-eff29d94fbf41f0992ffac7bb5a04a08b71f3453.zip |
don't premultiply fully opaque pixels
Diffstat (limited to 'docs/release-notes.md')
-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 f4067226..ea1f0bfb 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,6 +3,7 @@ # Release notes ## Upcoming release * For players: + * 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 compatibility list. |