| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index 2d2585a7a1f6d7dddd7aad11e2a83f6a780078c4..25fe59f9f71ecb6bb86acbc6d421f23178ad29d0 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -2,6 +2,10 @@
|
|
|
| ### Core library changes
|
|
|
| +* List iterators may not throw ConcurrentModificationError as eagerly in
|
| + release mode. In checked mode, the modification check is still as eager
|
| + as possible.
|
| + [r45198](https://code.google.com/p/dart/source/detail?r=45198),
|
| * Update experimental Isolate API:
|
| - Make priorty parameters of `Isolate.ping` and `Isolate.kill` methods
|
| a named parameter.
|
|
|