summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-03-25 22:49:14 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-03-25 22:49:14 -0400
commit021891ff0ceb6b327bc196c336aa56ddfaf99b0e (patch)
treeea7c185bd2ecaccd34114e10440d818b5f52d8b7 /docs
parent0e0c1356041915a4668b76da9eacc986953392d2 (diff)
downloadSMAPI-021891ff0ceb6b327bc196c336aa56ddfaf99b0e.tar.gz
SMAPI-021891ff0ceb6b327bc196c336aa56ddfaf99b0e.tar.bz2
SMAPI-021891ff0ceb6b327bc196c336aa56ddfaf99b0e.zip
add load conflict resolution option (#766)
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 7cdd093a..c8c87db3 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -12,7 +12,8 @@
* Fixed warning text when a mod causes an asset load conflict with itself.
* 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 content pack labels.
+ * 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._
* 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`.