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

Unified Diff: CHANGELOG.md

Issue 1610873002: Add StreamSplitter to the CHANGELOG. (Closed) Base URL: git@github.com:dart-lang/async.git@master
Patch Set: Created 4 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 | pubspec.yaml » ('j') | 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 d7142dacb84ef852ad759c7d6212d9decb7a8a20..18cbd2b10e730471a6ff738aed08a6fa4690bd81 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.7.1
+
+- Add a missing entry to an earlier version's changelog.
+
## 1.7.0
- Added `SingleSubscriptionTransformer`, a `StreamTransformer` that converts a
@@ -64,6 +68,9 @@
- Added a `StreamGroup` class for merging the events of a group of streams,
potentially of unknown size.
+- Added a `StreamSplitter` class for splitting a stream into multiple new
+ streams.
+
## 1.1.1
- Updated SDK version constraint to at least 1.9.0.
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698