diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-04-30 13:41:43 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-04-30 13:41:43 -0400 |
commit | c68e922853560dd192edf63004ea4f8f8faf6fba (patch) | |
tree | 9657cdc9555945689f61f562939152e5674a1084 /docs/release-notes.md | |
parent | cdd62515ea1710c762dc787fae188e7d41890f7e (diff) | |
download | SMAPI-c68e922853560dd192edf63004ea4f8f8faf6fba.tar.gz SMAPI-c68e922853560dd192edf63004ea4f8f8faf6fba.tar.bz2 SMAPI-c68e922853560dd192edf63004ea4f8f8faf6fba.zip |
fix ModFolder not being JSON-serializable
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 8e8e1981..3fbfd990 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -16,6 +16,9 @@ * For mod authors: * Added support for [custom update manifests](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Update_checks#Custom_update_manifest) (thanks to Jamie Taylor!). +* For SMAPI toolkit users: + * Fixed `ModFolder` not being JSON-serializable. + ## 3.18.3 Released 09 April 2023 for Stardew Valley 1.5.6 or later. |