summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md
index 980e5414..a6a9ea94 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -1,5 +1,15 @@
# Release notes
+## 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;
+ * messages now show which mod logged them.
+
## 1.0
See [log](https://github.com/CLxS/SMAPI/compare/0.40.1.1-3...1.0).