diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-10-31 14:14:21 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-10-31 14:14:21 -0400 |
commit | 96db1d931552ef8973cdf07e3f1d4a4618992276 (patch) | |
tree | 678e1da2b91f7e409c55181b69800c3e43b0f5b6 /docs | |
parent | e89de6316d8a8b2e0169790b2a14427892828be5 (diff) | |
download | SMAPI-96db1d931552ef8973cdf07e3f1d4a4618992276.tar.gz SMAPI-96db1d931552ef8973cdf07e3f1d4a4618992276.tar.bz2 SMAPI-96db1d931552ef8973cdf07e3f1d4a4618992276.zip |
update Content Patcher schema for 1.24.0
Diffstat (limited to 'docs')
-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 42519b1f..efda7267 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,9 @@ * For players: * Added `set_farm_type` [console command](https://stardewvalleywiki.com/Modding:Console_commands#Console_commands) to change the current farm type. +* For the web UI: + * Updated the JSON validator/schema for Content Patcher 1.24.0. + ## 3.12.8 Released 18 October 2021 for Stardew Valley 1.5.4. |