From edd6054d1360ebae8252ca7bdd5a3a64bb202be3 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Thu, 3 Mar 2016 19:52:53 -0800 Subject: [PATCH] update changelog for Dartium roll R=terry@google.com Review URL: https://codereview.chromium.org/1760903004 . --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c38a97d15ff..99d8a0083a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,17 @@ `SecurityContext.usePrivateKeyBytes`, for use as the password for PKCS12 data. +### Dartium + + * The Chrome-based tools that ship as part of the Dart SDK – Dartium and + content shell – are now based on Chrome version 45 (instead of Chrome 39). + * Dart browser libraries (`dart:html`, `dart:svg`, etc) have not been updated. + * These are still based on Chrome 39. + * These APIs will be updated in a future release. + * Note that there are experimental APIs which have changed in the underlying + browser, and will not work with the older libraries. + For example, `Element.animate`. + ### Service protocol changes * Fixed a documentation bug where the field `extensionRPCs` in `Isolate`