diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-23 20:21:12 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-23 20:21:12 -0500 |
commit | 651388c818fbac331e28c07c6fd101c6fa61685c (patch) | |
tree | fc64e985c6b39ede0f3426b8adf7a83a6f880aff /release-notes.md | |
parent | bd13d6d1cbf9aed35fc33eb0acb1146cefb810e4 (diff) | |
download | SMAPI-651388c818fbac331e28c07c6fd101c6fa61685c.tar.gz SMAPI-651388c818fbac331e28c07c6fd101c6fa61685c.tar.bz2 SMAPI-651388c818fbac331e28c07c6fd101c6fa61685c.zip |
update release notes for upcoming 1.2 release
Diffstat (limited to 'release-notes.md')
-rw-r--r-- | release-notes.md | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/release-notes.md b/release-notes.md index 0e2c5972..5347a02e 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,16 +1,22 @@ # Release notes +## 1.2 (upcoming) +See [log](https://github.com/CLxS/SMAPI/compare/1.1.1...master). + +For players: + * Fixed compatibility with some older mods. + * Fixed errors in some mod event handlers crashing the game. + * Fixed issue where an error in one mod's event handler would cause other mods' handlers to never be called. + ## 1.1 -See [log](https://github.com/CLxS/SMAPI/compare/1.0...master). +See [log](https://github.com/CLxS/SMAPI/compare/1.0...1.1.1). For players: * Fixed console exiting immediately when some exceptions occur. * Fixed an error in 1.0 when mod uses `config.json` but the file doesn't exist. * Fixed critical errors being saved to a separate log file. - * Fixed compatibility with some older mods.<sup>1.1.1, 1.1.2</sup> + * Fixed compatibility with some older mods.<sup>1.1.1</sup> * Fixed race condition where some mods would sometimes crash because the game wasn't ready yet.<sup>1.1.1</sup> - * Fixed errors in some mod event handlers crashing the game.<sup>1.1.2</sup> - * Fixed issue where an error in one mod's event handler would cause other mods' handlers to never be called.<sup>1.1.2</sup> For developers: * Added new logging interface: |