Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 10c8136d351d07d8e888561c1e3fdf24b89df79d..3e3bef80b1a35e151fa4e9e62f220ac3f9abe54c 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -1,5 +1,10 @@ |
| ## 1.16.0 |
| +### Core library changes |
| + |
| +* `dart:core` |
| + * Fixed DateTime implementation in the VM (issue #19923), but no API change. |
| + |
| ### Analyzer |
| * Static checking of `for in` statements. These will now produce static |