summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-12-03 02:42:01 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-12-04 23:49:07 -0500
commitd87eff4fbf330ec363998b4b62c3300ee46712d8 (patch)
treeb4f3e6dacf10a6b2130c438f475b4b5d864bca2c /docs
parent3744e2f1e5505c9d15fb3bc985ad147a33621048 (diff)
downloadSMAPI-d87eff4fbf330ec363998b4b62c3300ee46712d8.tar.gz
SMAPI-d87eff4fbf330ec363998b4b62c3300ee46712d8.tar.bz2
SMAPI-d87eff4fbf330ec363998b4b62c3300ee46712d8.zip
update release notes (#606)
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 942e1e08..a231b84b 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -13,6 +13,8 @@
* Fixed some map tilesheets not editable if not playing in English.
* Fixed newlines in most manifest fields not being ignored.
* Fixed `Display.RenderedWorld` event not invoked before overlays are rendered.
+ * **Deprecations:**
+ * All static events are deprecated and will be removed in SMAPI 3.0. Mods should use `helper.Events` instead; see [_migrate to SMAPI 3.0_](https://stardewvalleywiki.com/Modding:Migrate_to_SMAPI_3.0) for details.
* For the web UI:
* Added stats to compatibility list.