diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-03-24 22:55:55 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-03-24 22:55:55 -0400 |
commit | 2b0ce2bb4d6690b7d00da0a243855db9bffffbf0 (patch) | |
tree | 43c944e0af70ec8bcf628fd6f13f04f01826d869 /docs | |
parent | 6a43e6dfad0f4d3a17ea20ef391fe760135f1c24 (diff) | |
download | SMAPI-2b0ce2bb4d6690b7d00da0a243855db9bffffbf0.tar.gz SMAPI-2b0ce2bb4d6690b7d00da0a243855db9bffffbf0.tar.bz2 SMAPI-2b0ce2bb4d6690b7d00da0a243855db9bffffbf0.zip |
add AssetInvalidated content event (#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 2d1cdf44..8bf451a5 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -11,7 +11,7 @@ * Fixed `--no-terminal` still opening a terminal window, even if nothing is logged to it (thanks to Ryhon0!). * For mod authors: - * Added [`AssetRequested` content event](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Events#Content), which will eventually replace `IAssetEditor` and `IAssetLoader`. + * Added [content events](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Events#Content), which will replace `IAssetEditor` and `IAssetLoader` in SMAPI 4.0.0. * 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`. |