summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-03-25 21:46:37 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-03-25 21:46:37 -0400
commite1fc566e0afeb6eb92418bb039365611abd33829 (patch)
treeb3716a570106473f5daf772b4d0d2b9aaebc5c76 /docs
parentb0011bf65c6ea7ba8d66a219501ac181cbd64c90 (diff)
downloadSMAPI-e1fc566e0afeb6eb92418bb039365611abd33829.tar.gz
SMAPI-e1fc566e0afeb6eb92418bb039365611abd33829.tar.bz2
SMAPI-e1fc566e0afeb6eb92418bb039365611abd33829.zip
add content pack labels (#766)
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 8bf451a5..2a8d142f 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 [content events](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Events#Content), which will replace `IAssetEditor` and `IAssetLoader` in SMAPI 4.0.0.
+ * 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.
* 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`.