diff options
-rw-r--r-- | release-notes.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release-notes.md b/release-notes.md index 8299300e..92df4690 100644 --- a/release-notes.md +++ b/release-notes.md @@ -3,13 +3,13 @@ ## 1.x * 1.0 (upcoming, [log](https://github.com/CLxS/SMAPI/compare/0.40.1.1-3...master)) * Added support for Linux and Mac. - * Added installer. + * Added installer to automate adding & removing SMAPI. * Added background update check on launch. * Added OS version to log. * Added zoom-adjusted mouse position to mouse-changed event arguments. * Switched to [semantic versioning](http://semver.org). * Fixed missing `steam_appid.txt` file. - * Fixed mod versions not being displayed correctly on log. + * Fixed mod versions not being displayed correctly in the log. * Fixed misspelled field in `manifest.json` schema. * Fixed several events not correctly propagating state. * Removed undocumented support for mods in AppData folder **(breaking change)**. @@ -61,4 +61,4 @@ * 0.31 (2016-03-02, [log](https://github.com/CLxS/SMAPI/compare/0.3...0.31)) * 0.3 (2016-03-01, [log](https://github.com/CLxS/SMAPI/compare/Alpha0.2...0.3)) * 0.2 (2016-02-29, [log](https://github.com/CLxS/SMAPI/compare/Alpha0.1...Alpha0.2) -* 0.1 (2016-02-28)
\ No newline at end of file +* 0.1 (2016-02-28) |