From b0ea8d50f1f4da78de58b040888e7767b6fb0d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20R=C3=B8en?= Date: Sat, 26 Aug 2017 21:22:42 +0200 Subject: [PATCH] Add CHANGELOG entry for #36 and #37 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e69e07..094b1bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## master ++ Update `broccoli-autoprefixer` dependency. This also updates Autoprefixer to + v7.0.0 and requires Node version 4 or later. [#37](https://github.com/kimroen/ember-cli-autoprefixer/pull/37) and [#36](https://github.com/kimroen/ember-cli-autoprefixer/pull/36) ## 0.7.0 + Support for the new `targets` feature coming in Ember-CLI 2.13. Read all about it [on @rwjblue's blog](http://rwjblue.com/2017/04/21/ember-cli-targets/). Thanks to [@rwjblue](https://github.com/rwjblue) and [@cibernox](https://github.com/cibernox) for working on it. [#34](https://github.com/kimroen/ember-cli-autoprefixer/pull/34)