From 785af919521124ea7f231aa1437525cf27f82d6c Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 16 Nov 2016 16:21:17 -0500 Subject: add optional 'minimum API version' field to manifest (#176) --- release-notes.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'release-notes.md') 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). -- cgit