diff options
-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 |