summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2016-11-16 16:21:17 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2016-11-16 16:21:17 -0500
commit785af919521124ea7f231aa1437525cf27f82d6c (patch)
tree7940b5edfd1a55510c3e945bf998af912cd0e4e7 /release-notes.md
parent1ac930979a34c2fde4e0fb5ff5244ea18c68aa77 (diff)
downloadSMAPI-785af919521124ea7f231aa1437525cf27f82d6c.tar.gz
SMAPI-785af919521124ea7f231aa1437525cf27f82d6c.tar.bz2
SMAPI-785af919521124ea7f231aa1437525cf27f82d6c.zip
add optional 'minimum API version' field to manifest (#176)
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md11
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).