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

Side by Side Diff: CHANGELOG.md

Issue 2671243002: Fix bug in readAsString when charset is LATIN-1 and content-length is set. (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/io_io.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 # Changelog 1 # Changelog
2 2
3 ## 2.1.2
4 - Fix bug in `readAsString` when charset is LATIN-1 and content-length is set.
5
3 ## 2.1.1 6 ## 2.1.1
4 - Reduce max concurrent connections to the same host to 6 when using `dart:io`. 7 - Reduce max concurrent connections to the same host to 6 when using `dart:io`.
5 That's the same limit that many browsers use. 8 That's the same limit that many browsers use.
6 - Trying to load a resource from a non-existing package now gives a better 9 - Trying to load a resource from a non-existing package now gives a better
7 error message. 10 error message.
8 11
9 ## 2.1.0 12 ## 2.1.0
10 - Make failing HTTP requests throw an `HttpException`. 13 - Make failing HTTP requests throw an `HttpException`.
11 14
12 ## 2.0.2 15 ## 2.0.2
13 - Update README.md. 16 - Update README.md.
14 17
15 ## 2.0.1 18 ## 2.0.1
16 - Fix type warnings. 19 - Fix type warnings.
17 20
18 ## 2.0.0 21 ## 2.0.0
19 - Use configuration dependent imports to avoid having separate implementations 22 - Use configuration dependent imports to avoid having separate implementations
20 for `dart:io` and `dart:html`. 23 for `dart:io` and `dart:html`.
21 - Remove `browser_resource.dart`. 24 - Remove `browser_resource.dart`.
22 25
23 ## 1.1.0 26 ## 1.1.0
24 27
25 - Added browser-compatible version as `browser_resource.dart` library. 28 - Added browser-compatible version as `browser_resource.dart` library.
26 Only needed because configurable imports are not available yet. 29 Only needed because configurable imports are not available yet.
27 30
28 ## 1.0.0 31 ## 1.0.0
29 32
30 - Initial version 33 - Initial version
OLDNEW
« no previous file with comments | « no previous file | lib/src/io_io.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698