diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-15 14:46:09 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-15 14:46:09 -0500 |
commit | ce4593fb302ef8bfd6ddffe7e097d79ad7be132a (patch) | |
tree | aca72ca67ad9160b33a1453168d402860ba86e3c | |
parent | 0130416bd1d54f243252ebe00f78c185342ab9d3 (diff) | |
download | SMAPI-ce4593fb302ef8bfd6ddffe7e097d79ad7be132a.tar.gz SMAPI-ce4593fb302ef8bfd6ddffe7e097d79ad7be132a.tar.bz2 SMAPI-ce4593fb302ef8bfd6ddffe7e097d79ad7be132a.zip |
update release notes
-rw-r--r-- | docs/release-notes.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index bcbdee22..2e826350 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -12,9 +12,10 @@ * For modders: * Added dedicated content pack API. * **Deprecations:** - * The `assetData.AsDictionary<TKey, TValue>().Set` methods are deprecated and will be removed in SMAPI 3.0. Mods should access the `Data` property directly instead. + * The `assetData.AsDictionary<TKey, TValue>().Set` methods are now deprecated. Mods should access the `Data` property directly instead. + * The content pack methods directly on `helper` are now deprecated. Mods should use the new `helper.ContentPacks` API instead. -* FOR SMAPI developers: +* For SMAPI developers: * Added SMAPI 3.0 readiness to mod API data. ## 2.9.1 |