summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-04-11 22:56:14 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-04-11 22:56:14 -0400
commit1e61309d3dce484d5b646b1a8d15c825beac813f (patch)
treeb6030ed8eb84c9024716c6044e65625abc7ff3eb /docs
parent761f2d952b073b78a06453768992b7b0fd4c6463 (diff)
downloadSMAPI-1e61309d3dce484d5b646b1a8d15c825beac813f.tar.gz
SMAPI-1e61309d3dce484d5b646b1a8d15c825beac813f.tar.bz2
SMAPI-1e61309d3dce484d5b646b1a8d15c825beac813f.zip
add IAssetDataForMap.ExtendMap
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 0687b888..7379cba3 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -45,6 +45,7 @@ the C# mod that loads them is updated.
_This adds support for many previously unsupported cases: proxied interfaces in return values or input arguments, proxied enums if their values match, generic methods, and more. Existing mod APIs should work fine as-is._
* Mod files loaded through SMAPI APIs (including `helper.Content.Load`) are now case-insensitive, even on Linux.
* Other improvements:
+ * Added `IAssetDataForImage.ExtendMap` to resize maps in asset editors.
* Added [command-line arguments](technical/smapi.md#command-line-arguments) to toggle developer mode (thanks to Tondorian!).
* Added `IContentPack.ModContent` property.
* Added `Constants.ContentPath`.