From 651388c818fbac331e28c07c6fd101c6fa61685c Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 23 Nov 2016 20:21:12 -0500 Subject: update release notes for upcoming 1.2 release --- release-notes.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'release-notes.md') 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.1.1.1, 1.1.2 + * Fixed compatibility with some older mods.1.1.1 * Fixed race condition where some mods would sometimes crash because the game wasn't ready yet.1.1.1 - * Fixed errors in some mod event handlers crashing the game.1.1.2 - * Fixed issue where an error in one mod's event handler would cause other mods' handlers to never be called.1.1.2 For developers: * Added new logging interface: -- cgit