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

Unified Diff: CHANGELOG.md

Issue 2649233006: Add `byteCollector` stream transformer and `collectBytes` function. (Closed)
Patch Set: Created 3 years, 11 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/async.dart » ('j') | lib/src/byte_collector.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 c49a4bd4f2ae2d0f3e5b4fa954bbd77148c790ba..b42cee3202093f16bbfb3524d75c5bf1724ffa07 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 1.13.0
+
+* Add `byteCollector` stream transformer and `collectBytes` function.
nweiz 2017/01/25 23:00:40 "Add a", "and a"
Lasse Reichstein Nielsen 2017/01/26 09:43:05 Done.
+ These collects list-of-byte events into a single byte list.
nweiz 2017/01/25 23:00:40 "collects" -> "collect"
Lasse Reichstein Nielsen 2017/01/26 09:43:05 Acknowledged.
+
## 1.12.0
* Add an `AsyncCache` class that caches asynchronous operations for a period of
« no previous file with comments | « no previous file | lib/async.dart » ('j') | lib/src/byte_collector.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698