## 0.16.0
* added support for PostCSS 5.2+
* fixes output adding superfluous spaces in comments

### PLEASE NOTE

This will be the last version of PostCSS-LESS supporting Node 4.x.

## 0.15.0
* reversed parsing of semicolon after mixin without body fix
* added [shrinkwrap](https://docs.npmjs.com/cli/shrinkwrap) file

## 0.14.0
* fixed parsing of semicolon after mixin without body

## 0.13.0
* set the default stringifier for Rule

## 0.3.0
* Merged in webschik's changes
* cleanup of various files (license, readme, gulp file)
* added a number of new tests to capture integration failures
* resolved remaining integration failures
* further linting cleanup (eslint strict)

## 0.2.0
* Cleanup of source and build files (eslint standards)
* fixing issue with @ inside of a string in parens
* new dist folder for npm with minified source files

## 0.1.3
* Fix ES2015 module export.

## 0.1.2
* Fix interpolation inside string.

## 0.1.1
* Fix `url()` parsing.

## 0.1
* Initial release.