Skip to content

Commit

Permalink
Update changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Aug 29, 2014
1 parent 7e259f2 commit 46d8735
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog - chrome.dart


## 0.6.2 2014-08-29 (SDK 1.6.0)
- moved a script from `bin` to `tool` in order to avoid exposing in in the `bin` directory

## 0.6.1 2014-08-28 (SDK 1.6.0)

- updated the APIs to M37
- changed the bootstrap script and the chrome transformer to expect the csp file in foo.dart.js instead of foo.dart.precompiled.js
- clients must now include the csp parameter to the dart2js transformer:
transformers:
chrome
$dart2js:
csp: true

## 0.6.0 2014-07-01 (SDK 1.5.1 r37644)

- Updated the APIs to M35 (current Chrome stable)
Expand Down

0 comments on commit 46d8735

Please sign in to comment.