diff options
-rw-r--r-- | release-notes.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md index 960d66d9..3b16dcd6 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,15 @@ # Release notes +## 1.4 (upcoming) +See [log](https://github.com/CLxS/SMAPI/compare/stable...develop). + +For players: + * Installing SMAPI will now automatically clean up old SMAPI files. + * Each mod now has its own `.cache` folder, so removing the mod won't leave orphaned cache files behind. + +For developers: + * Fixed issue where you could no longer debug into an assembly because it was copied into the `.cache` directory. That will now only happen if necessary. + ## 1.3 See [log](https://github.com/CLxS/SMAPI/compare/1.2...1.3). |