diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-02-12 19:41:15 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-02-12 19:41:15 -0500 |
commit | 8b0db49f12ffe1e715317a9145913949c8da0ec2 (patch) | |
tree | 3b01d7920fc89546120952dd9ba525451ee42bc9 | |
parent | e5324e170c27adddb4292c97c34a2e8f90dfe231 (diff) | |
download | SMAPI-8b0db49f12ffe1e715317a9145913949c8da0ec2.tar.gz SMAPI-8b0db49f12ffe1e715317a9145913949c8da0ec2.tar.bz2 SMAPI-8b0db49f12ffe1e715317a9145913949c8da0ec2.zip |
update release notes (#237)
-rw-r--r-- | release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md index 29d66a80..14081c07 100644 --- a/release-notes.md +++ b/release-notes.md @@ -8,6 +8,7 @@ For players: * Simplified log filename. * Simple nested mod folders are now recognised by SMAPI (e.g. `ModName-1.0\ModName\manifest.json`). * Fixed game's debug output being shown in the console for all users. +* Fixed installer errors for some players when deleting files. For mod developers: * Added `SaveEvents.AfterReturnToTitle` and `TimeEvents.AfterDayStarted` events. |