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

Side by Side Diff: CHANGELOG.md

Issue 1064053007: Revert "Change ListIterator to only check for concurrent modification at each iteration" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | runtime/vm/method_recognizer.h » ('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.11.0 1 ## 1.11.0
2 2
3 ### Core library changes 3 ### Core library changes
4 4
5 * List iterators may not throw ConcurrentModificationError as eagerly in
6 release mode. In checked mode, the modification check is still as eager
7 as possible.
8 [r45198](https://code.google.com/p/dart/source/detail?r=45198),
9 * Update experimental Isolate API: 5 * Update experimental Isolate API:
10 - Make priorty parameters of `Isolate.ping` and `Isolate.kill` methods 6 - Make priorty parameters of `Isolate.ping` and `Isolate.kill` methods
11 a named parameter. 7 a named parameter.
12 - Remove the `Isolate.AS_EVENT` priority. 8 - Remove the `Isolate.AS_EVENT` priority.
13 - Add extra `response` parameter to `Isolate.ping` and 9 - Add extra `response` parameter to `Isolate.ping` and
14 `Isolate.addOnExitListener`. 10 `Isolate.addOnExitListener`.
15 [r45092](https://code.google.com/p/dart/source/detail?r=45092), 11 [r45092](https://code.google.com/p/dart/source/detail?r=45092),
16 12
17 ## 1.10.0 13 ## 1.10.0
18 14
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 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
258 handling of persistent connections. Previously, the client would shut down 254 handling of persistent connections. Previously, the client would shut down
259 immediately after a request. 255 immediately after a request.
260 256
261 * **Breaking change:** `HttpServer` no longer compresses all traffic by 257 * **Breaking change:** `HttpServer` no longer compresses all traffic by
262 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
263 compression. 259 compression.
264 260
265 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument, 261 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument,
266 which controls how it resolves `package:` URIs. 262 which controls how it resolves `package:` URIs.
OLDNEW
« no previous file with comments | « no previous file | runtime/vm/method_recognizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698