Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(406)

Unified Diff: CHANGELOG.md

Issue 1132533003: Add option to automatically record stack trace in logging (fixes #2) (Closed) Base URL: https://github.com/dart-lang/logging@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/logging.dart » ('j') | lib/logging.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0723026c8056f2b469175d48d93d382d896fd2f..b0b759e87ac7f66a1153b803e2a6ee24691c1cb1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.11.1
+
+* Add support for automatically logging the stack trace on error messages. Note
+ this can be expensive, so it is off by default.
+
## 0.11.0
* Revert change in `0.10.0`. `stackTrace` must be an instance of `StackTrace`.
« no previous file with comments | « no previous file | lib/logging.dart » ('j') | lib/logging.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698