diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-20 21:12:00 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-20 21:12:00 -0500 |
commit | 6a9bf10a81f4557d44668666117d99440d99d873 (patch) | |
tree | 915ab2b89956e016d160a70f4fabe7a8f77b89c9 /docs/release-notes.md | |
parent | eff29d94fbf41f0992ffac7bb5a04a08b71f3453 (diff) | |
download | SMAPI-6a9bf10a81f4557d44668666117d99440d99d873.tar.gz SMAPI-6a9bf10a81f4557d44668666117d99440d99d873.tar.bz2 SMAPI-6a9bf10a81f4557d44668666117d99440d99d873.zip |
migrate to new method in SMAPI 3.3
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 ea1f0bfb..f258caf8 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -15,6 +15,7 @@ * For modders: * Added support for [message sending](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Integrations#Message_sending) to mods on the current computer. + * Added `ExtendImage` method to content API when editing files to resize textures. * Added `helper.Input.GetStatus` to get the low-level status of a button. * **[Breaking change]** Map tilesheets are no loaded from `Content` if they can't be found in `Content/Maps`. This reflects an upcoming change in the game to delete map tilesheets under `Content`. * Improved map tilesheet errors so they provide more info. |