summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-07-31 01:50:31 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-07-31 01:50:31 -0400
commit80d5672cdb04e8cba40b085b32ffcaf1fea78552 (patch)
tree14a5b5b43726d9d030c25cace74798aee09a0263 /docs
parentdc78d944e8663c02f305bbadff1c13e8c63eb42f (diff)
downloadSMAPI-80d5672cdb04e8cba40b085b32ffcaf1fea78552.tar.gz
SMAPI-80d5672cdb04e8cba40b085b32ffcaf1fea78552.tar.bz2
SMAPI-80d5672cdb04e8cba40b085b32ffcaf1fea78552.zip
fix crash when farm name contains invalid-in-file-path characters (#791)
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 44807dcb..9e26a974 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -9,6 +9,7 @@
* Added `removable` option to the `world_clear` console command (thanks to bladeoflight16!).
* Fixed handling of Unicode characters in console commands.
* Fixed intermittent error if a mod fetches mod-provided APIs asynchronously.
+ * Fixed crash when creating a farm name containing characters that aren't allowed in a folder path.
* For mod authors:
* Updated Harmony 1.2.0.1 to 2.1.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info).