diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-04-30 18:52:19 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-04-30 18:52:19 -0400 |
commit | 3de9858c9b89d13cfb69662a2d9e0ce03ff0593a (patch) | |
tree | 7e7218a2fa0e9c492e8d708ffbd718eb9c446baa /docs | |
parent | 9e8a7fa986329986b8f725a21c9b22fe347347bf (diff) | |
download | SMAPI-3de9858c9b89d13cfb69662a2d9e0ce03ff0593a.tar.gz SMAPI-3de9858c9b89d13cfb69662a2d9e0ce03ff0593a.tar.bz2 SMAPI-3de9858c9b89d13cfb69662a2d9e0ce03ff0593a.zip |
fix update subkeys for Nexus mods marked as adult content
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 ddc3ab30..b6b14f97 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -25,6 +25,9 @@ * Fixed `Context.IsMainPlayer` returning true for a farmhand in split-screen mode before the screen is initialized. * Fixed error when editing bundle data while a split-screen player is joining. +* For the web API: + * Fixed update subkeys not working in file descriptions for Nexus mods marked as adult content. + ## 3.9.5 Released 21 March 2021 for Stardew Valley 1.5.4 or later. |