diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-03 02:42:01 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-04 23:49:07 -0500 |
commit | d87eff4fbf330ec363998b4b62c3300ee46712d8 (patch) | |
tree | b4f3e6dacf10a6b2130c438f475b4b5d864bca2c /docs | |
parent | 3744e2f1e5505c9d15fb3bc985ad147a33621048 (diff) | |
download | SMAPI-d87eff4fbf330ec363998b4b62c3300ee46712d8.tar.gz SMAPI-d87eff4fbf330ec363998b4b62c3300ee46712d8.tar.bz2 SMAPI-d87eff4fbf330ec363998b4b62c3300ee46712d8.zip |
update release notes (#606)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 2 |
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. |