summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-12-15 14:46:09 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-12-15 14:46:09 -0500
commitce4593fb302ef8bfd6ddffe7e097d79ad7be132a (patch)
treeaca72ca67ad9160b33a1453168d402860ba86e3c
parent0130416bd1d54f243252ebe00f78c185342ab9d3 (diff)
downloadSMAPI-ce4593fb302ef8bfd6ddffe7e097d79ad7be132a.tar.gz
SMAPI-ce4593fb302ef8bfd6ddffe7e097d79ad7be132a.tar.bz2
SMAPI-ce4593fb302ef8bfd6ddffe7e097d79ad7be132a.zip
update release notes
-rw-r--r--docs/release-notes.md5
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