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

Side by Side Diff: CHANGELOG.md

Issue 2707883002: Fix type warning in Result.release. (Closed)
Patch Set: Created 3 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | lib/src/result.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.13.2
2
3 * Fix a type-warning.
4
1 ## 1.13.1 5 ## 1.13.1
2 6
3 * Use `FutureOr` for various APIs that had previously used `dynamic`. 7 * Use `FutureOr` for various APIs that had previously used `dynamic`.
4 8
5 ## 1.13.0 9 ## 1.13.0
6 10
7 * Add `collectBytes` and `collectBytesCancelable` functions which collects 11 * Add `collectBytes` and `collectBytesCancelable` functions which collects
8 list-of-byte events into a single byte list. 12 list-of-byte events into a single byte list.
9 13
10 * Fix a bug where rejecting a `StreamQueueTransaction` would throw a 14 * Fix a bug where rejecting a `StreamQueueTransaction` would throw a
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 - Added a `StreamSplitter` class for splitting a stream into multiple new 175 - Added a `StreamSplitter` class for splitting a stream into multiple new
172 streams. 176 streams.
173 177
174 ## 1.1.1 178 ## 1.1.1
175 179
176 - Updated SDK version constraint to at least 1.9.0. 180 - Updated SDK version constraint to at least 1.9.0.
177 181
178 ## 1.1.0 182 ## 1.1.0
179 183
180 - ChangeLog starts here. 184 - ChangeLog starts here.
OLDNEW
« no previous file with comments | « no previous file | lib/src/result.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698