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

Side by Side Diff: CHANGELOG.md

Issue 2666013004: Address a number of open issues. (Closed)
Patch Set: Close the parenthesis. 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 | README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Changelog 1 # Changelog
2 2
3 ## 2.1.1
4 - Reduce max concurrent connections to the same host to 6 when using `dart:io`.
5 That's the same limit that many browsers use.
6 - Trying to load a resource from a non-existing package now gives a better
7 error message.
8
3 ## 2.1.0 9 ## 2.1.0
4 - Make failing HTTP requests throw an `HttpException`. 10 - Make failing HTTP requests throw an `HttpException`.
5 11
6 ## 2.0.2 12 ## 2.0.2
7 - Update README.md. 13 - Update README.md.
8 14
9 ## 2.0.1 15 ## 2.0.1
10 - Fix type warnings. 16 - Fix type warnings.
11 17
12 ## 2.0.0 18 ## 2.0.0
13 - Use configuration dependent imports to avoid having separate implementations 19 - Use configuration dependent imports to avoid having separate implementations
14 for `dart:io` and `dart:html`. 20 for `dart:io` and `dart:html`.
15 - Remove `browser_resource.dart`. 21 - Remove `browser_resource.dart`.
16 22
17 ## 1.1.0 23 ## 1.1.0
18 24
19 - Added browser-compatible version as `browser_resource.dart` library. 25 - Added browser-compatible version as `browser_resource.dart` library.
20 Only needed because configurable imports are not available yet. 26 Only needed because configurable imports are not available yet.
21 27
22 ## 1.0.0 28 ## 1.0.0
23 29
24 - Initial version 30 - Initial version
OLDNEW
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698