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

Side by Side Diff: CHANGELOG.md

Issue 1087163002: Update changelog.md with Isolate API and HtmlConvert changes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update with bugfix revision. Created 5 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.11.0
2
3 ### Core library changes
4
5 * Update experimental Isolate API:
6 - Make priorty parameters of `Isolate.ping` and `Isolate.kill` methods
7 a named parameter.
8 - Remove the `Isolate.AS_EVENT` priority.
9 - Add extra `response` parameter to `Isolate.ping` and
10 `Isolate.addOnExitListener`.
11 [r45092](https://code.google.com/p/dart/source/detail?r=45092),
12
13 ## 1.10.0
14
15 ### Core library changes
16
17 * Fix behavior of `HtmlEscape` in `dart:convert`. No longer escape
18 no-break space (U+00A0) anywhere or forward slash ('/', U+002F) in element
19 context. Slash is still escaped in the "unknown" context.
20 [r45003](https://code.google.com/p/dart/source/detail?r=45003),
21 [r45153](https://code.google.com/p/dart/source/detail?r=45153),
22 [r45189](https://code.google.com/p/dart/source/detail?r=45189)
23
1 ## 1.9.3 (2015-04-14) 24 ## 1.9.3 (2015-04-14)
2 25
3 This is a bug fix release which merges a number of commits from `bleeding_edge`. 26 This is a bug fix release which merges a number of commits from `bleeding_edge`.
4 27
5 * dart2js: Addresses as issue with minified Javascript output with CSP enabled - 28 * dart2js: Addresses as issue with minified Javascript output with CSP enabled -
6 [r44453](https://code.google.com/p/dart/source/detail?r=44453) 29 [r44453](https://code.google.com/p/dart/source/detail?r=44453)
7 30
8 * Editor: Fixes accidental updating of files in the pub cache during rename 31 * Editor: Fixes accidental updating of files in the pub cache during rename
9 refactoring - [r44677](https://code.google.com/p/dart/source/detail?r=44677) 32 refactoring - [r44677](https://code.google.com/p/dart/source/detail?r=44677)
10 33
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 they will keep the Dart process alive until they time out. This fixes the 253 they will keep the Dart process alive until they time out. This fixes the
231 handling of persistent connections. Previously, the client would shut down 254 handling of persistent connections. Previously, the client would shut down
232 immediately after a request. 255 immediately after a request.
233 256
234 * **Breaking change:** `HttpServer` no longer compresses all traffic by 257 * **Breaking change:** `HttpServer` no longer compresses all traffic by
235 default. The new `autoCompress` property can be set to `true` to re-enable 258 default. The new `autoCompress` property can be set to `true` to re-enable
236 compression. 259 compression.
237 260
238 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument, 261 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument,
239 which controls how it resolves `package:` URIs. 262 which controls how it resolves `package:` URIs.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698