diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-13 02:01:23 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-13 02:01:23 -0500 |
commit | fd47e992dbdbf4298fd9130b8ef9bfcf52fcab19 (patch) | |
tree | 00425072c53cb544e345fdc5778344885cfbd0b9 /docs/release-notes.md | |
parent | 6045351395f6b74846a2b18b131f662b88641569 (diff) | |
download | SMAPI-fd47e992dbdbf4298fd9130b8ef9bfcf52fcab19.tar.gz SMAPI-fd47e992dbdbf4298fd9130b8ef9bfcf52fcab19.tar.bz2 SMAPI-fd47e992dbdbf4298fd9130b8ef9bfcf52fcab19.zip |
deprecate assetData.AsDictionary().Set
Diffstat (limited to 'docs/release-notes.md')
-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 de0bdf71..e51ff0a5 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,8 @@ * 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. ## 2.9.1 * For players: |