diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-03-26 01:43:40 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-03-26 01:43:40 -0400 |
commit | ad8912047beaf84ce34f4918703d55841be13ff0 (patch) | |
tree | e7f8c44c4a58bf2baf568b98793c051be6c41cd1 /docs | |
parent | e40907ab8b97bd8a557adf683a406413646b1fc5 (diff) | |
download | SMAPI-ad8912047beaf84ce34f4918703d55841be13ff0.tar.gz SMAPI-ad8912047beaf84ce34f4918703d55841be13ff0.tar.bz2 SMAPI-ad8912047beaf84ce34f4918703d55841be13ff0.zip |
add asset edit priority (#766)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index c8c87db3..a8f8ccfd 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -13,7 +13,7 @@ * For mod authors: * Added [content events](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Events#Content), which will replace `IAssetEditor` and `IAssetLoader` in SMAPI 4.0.0. - _These include new features not supported by the old API, like load conflict resolution and content pack labels. They also support new cases like easily detecting when an asset has been changed._ + _These include new features not supported by the old API like load conflict resolution, edit priority, and content pack labels. They also support new cases like easily detecting when an asset has been changed._ * Overhauled [mod-provided APIs](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Integrations#Mod-provided_APIs) (thanks to Shockah!). _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._ * Added `Constants.ContentPath`. |