diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-29 19:03:16 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-29 19:03:16 -0500 |
commit | e77f17d80993d479090d1992c6a750f8041121fb (patch) | |
tree | ef79ef12546bd2b729847e16b3367ed111c762b7 /docs | |
parent | dae12c16e5ecb88e8043272c9d8ffdc88bc351ca (diff) | |
download | SMAPI-e77f17d80993d479090d1992c6a750f8041121fb.tar.gz SMAPI-e77f17d80993d479090d1992c6a750f8041121fb.tar.bz2 SMAPI-e77f17d80993d479090d1992c6a750f8041121fb.zip |
increase deprecation levels for the upcoming SMAPI 3.0
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 56c2f50f..12fd563a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -11,6 +11,7 @@ * `Specialised.LoadStageChanged`. * Added `e.IsCurrentLocation` event arg to `World` events. * You can now use `helper.Data.Read/WriteSaveData` as soon as the save is loaded (instead of once the world is initialised). + * Increased deprecation levels from _notice_ to _info_ for APIs removed in the upcoming SMAPI 3.0. * For the web UI: * Reduced mod compatibility list's cache time. |