diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-19 00:17:58 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-19 00:17:58 -0500 |
commit | 4deb03b37db7d9653a679a1f6761b344e84d1fed (patch) | |
tree | 31e3d7692079d88bd773dfa264c3e45973ade85e /release-notes.md | |
parent | 5e9b030ec7b975a59a3bac2f64ab5a3631aed9fe (diff) | |
download | SMAPI-4deb03b37db7d9653a679a1f6761b344e84d1fed.tar.gz SMAPI-4deb03b37db7d9653a679a1f6761b344e84d1fed.tar.bz2 SMAPI-4deb03b37db7d9653a679a1f6761b344e84d1fed.zip |
merge patch notes into last major release
Diffstat (limited to 'release-notes.md')
-rw-r--r-- | release-notes.md | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/release-notes.md b/release-notes.md index 2a6506e5..91d6992d 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,20 +1,13 @@ # Release notes -## 1.1.1 -See [log](https://github.com/CLxS/SMAPI/compare/1.1...master). - -This is a patch release that addresses compatibility with older mods. - -* Fixed deprecation warnings being repeated if the mod can't be identified. -* Fixed compatibility with mods that use `Log.Out`. - ## 1.1 -See [log](https://github.com/CLxS/SMAPI/compare/1.0...1.1). +See [log](https://github.com/CLxS/SMAPI/compare/1.0...master). 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 mods that use `Log.Out`.<sup>1.1.1</sup> For developers: * Added new logging interface: @@ -25,6 +18,7 @@ For developers: * more consistent and intuitive console color scheme. * Added optional `MinimumApiVersion` to `manifest.json`. * Added emergency interrupt feature for dangerous mods. + * Fixed deprecation warnings being repeated if the mod can't be identified.<sup>1.1.1</sup> ## 1.0 See [log](https://github.com/CLxS/SMAPI/compare/0.40.1.1-3...1.0). |