update release notes

This commit is contained in:
Jesse Plamondon-Willard 2016-12-06 00:45:22 -05:00
parent 8304227cea
commit 09f6620433
1 changed files with 10 additions and 0 deletions

View File

@ -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).