From 9a20023499c919627ea1e5519a531015dcf4fdd2 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 21 Aug 2014 17:55:13 +0200 Subject: [PATCH] changelog --- CHANGELOG | 5 +++++ README.md | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c8a397d..2f3b745 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +v0.8.0: + date: 2014-08-21 + changes: + - Support Sass 3.4 Source Map option. + - Add `update` option. v0.7.4: date: 2014-08-09 changes: diff --git a/README.md b/README.md index 91e544f..2fe3abc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-sass v0.7.4 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-sass.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-sass) +# grunt-contrib-sass v0.8.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-sass.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-sass) > Compile Sass to CSS @@ -258,6 +258,7 @@ grunt.initConfig({ ## Release History + * 2014-08-21   v0.8.0   Support Sass 3.4 Source Map option. Add `update` option. * 2014-08-09   v0.7.4   Fix bundleExec option. Fix `os.cpus()` issue. Log `sass` command when `--verbose` flag is set. * 2014-03-06   v0.7.3   Only create empty dest files when they don't already exist. * 2014-02-02   v0.7.2   Fix error reporting when Sass is not available. @@ -281,4 +282,4 @@ grunt.initConfig({ Task submitted by [Sindre Sorhus](http://github.com/sindresorhus) -*This file was generated on Thu Aug 21 2014 17:50:54.* +*This file was generated on Thu Aug 21 2014 17:55:01.*