diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-01-12 15:53:59 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-01-12 15:53:59 -0500 |
commit | 8b1fd90c6e72bff99d81a3b9614fdeaa6f67a950 (patch) | |
tree | cb62acfdcabd66117d559c5341c1b23dfd94151a /docs | |
parent | 5518e4cf241e487da26bd2e651a57724389edfe2 (diff) | |
download | SMAPI-8b1fd90c6e72bff99d81a3b9614fdeaa6f67a950.tar.gz SMAPI-8b1fd90c6e72bff99d81a3b9614fdeaa6f67a950.tar.bz2 SMAPI-8b1fd90c6e72bff99d81a3b9614fdeaa6f67a950.zip |
remove invalid-schedule error which can have false positives (e.g. when NPC is married to a player)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index f5c49a88..bc30bed7 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -11,8 +11,9 @@ For modders: * Asset propagation for player sprites now affects other players' sprites, and updates recolor maps (e.g. sleeves). + * Removed invalid-schedule validation which had false positives. -* For SMAPI/tool developers: +For SMAPI/tool developers: * The `/mods` web API endpoint now includes version mappings from the wiki. ## 3.1 |