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

Side by Side Diff: CHANGELOG.md

Issue 1317773003: pkg/mime: Use pkg/test (Closed) Base URL: https://github.com/dart-lang/mime.git@master
Patch Set: rebase Created 5 years, 3 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 | pubspec.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 0.9.4
2
3 * Updated Dart SDK requirement to `>= 1.8.3 <2.0.0`
4
1 # 0.9.3 5 # 0.9.3
2 6
3 * Fixed erroneous behavior for listening and when pausing/resuming 7 * Fixed erroneous behavior for listening and when pausing/resuming
4 stream of parts. 8 stream of parts.
5 9
6 # 0.9.2 10 # 0.9.2
7 11
8 * Fixed erroneous behavior when pausing/canceling stream of parts but already 12 * Fixed erroneous behavior when pausing/canceling stream of parts but already
9 listened to one part. 13 listened to one part.
10 14
11 # 0.9.1 15 # 0.9.1
12 16
13 * Handle parsing of MIME multipart content with no parts. 17 * Handle parsing of MIME multipart content with no parts.
OLDNEW
« 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