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

Unified Diff: CHANGELOG.md

Issue 2761543002: Document pub telemetry (Closed)
Patch Set: Created 3 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3de897a4ae0da967e5eb582da0a75d2c8dc77ee6..f0db77763e96c07bc998a0c8ab1b0919e18cfb20 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,7 +17,7 @@
* Added functions `File.lastAccessed`, `File.lastAccessedSync`,
`File.setLastModified`, `File.setLastModifiedSync`, `File.setLastAccessed`,
and `File.setLastAccessedSync`.
- * Added Added `{Stdin,Stdout}.supportsAnsiEscapes`.
+ * Added `{Stdin,Stdout}.supportsAnsiEscapes`.
### Dart VM
* Calls to `print()` and `Stdout.write*()` now correctly print unicode
@@ -54,6 +54,8 @@
specific imports are supported.
* Pub
+ * Now sends telemetry data to `pub.dartlang.org` to allow better understanding
+ of why a particular package is being accessed.
* `pub publish`
* Warns if a package imports a package that's not a dependency from within
`lib/` or `bin/`, or a package that's not a dev dependency from within
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698