diff options
Diffstat (limited to 'release-notes.md')
-rw-r--r-- | release-notes.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/release-notes.md b/release-notes.md index a6a9ea94..f43ffe98 100644 --- a/release-notes.md +++ b/release-notes.md @@ -3,12 +3,13 @@ ## 1.1 See [log](https://github.com/CLxS/SMAPI/compare/1.0...master). -* Improved logging: - * simplified logging API; - * added support for trace logs (written to the log file, but hidden in the console by default); - * critical errors are now sent to the regular log instead of a separate file; - * messages are now shown in order; +* Added new logging interface: + * simpler to use; + * supports trace logs (written to the log file, but hidden in the console by default); + * no longer puts critical errors in a separate log file; + * messages now shown in order; * messages now show which mod logged them. +* Added optional `MinimumApiVersion` to `manifest.json`. ## 1.0 See [log](https://github.com/CLxS/SMAPI/compare/0.40.1.1-3...1.0). |