summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-12-26 11:20:47 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-12-26 11:20:47 -0500
commit5cc069476e1cb63c8fef2dd245a540b6b5130e68 (patch)
tree41153dddf012502b1638950c538817ead317dbe3 /docs
parent8895021696fd2129af6de775e275f3bd83edf034 (diff)
downloadSMAPI-5cc069476e1cb63c8fef2dd245a540b6b5130e68.tar.gz
SMAPI-5cc069476e1cb63c8fef2dd245a540b6b5130e68.tar.bz2
SMAPI-5cc069476e1cb63c8fef2dd245a540b6b5130e68.zip
deprecate ConsoleCommands.Trigger method
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 fe614303..0cc45116 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -14,6 +14,7 @@
* For modders:
* World events are now raised for the volcano levels.
* Added `apply_save_fix` command to reapply a save migration in exceptional cases. This should be used with extreme care. Type `help apply_save_fix` for details.
+ * **Deprecation notice:** the `Helper.ConsoleCommands.Trigger` method is now deprecated and should no longer be used. See [integration APIs](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Integrations) for better mod integration options. It will eventually be removed in SMAPI 4.0.
For the web UI:
* Fixed edge cases in SMAPI log parsing.