diff --git a/CHANGELOG.md b/CHANGELOG.md index c1f6ecd3..faf8c943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +2.7.0 / 2015-09-01 +================== + +### New features + +* Added configuration for ReactJsx filter +* Upgraded the watch command to use Spork 0.3 +* Added support for Twig 2 +* Allow configuration of sass/scss filter sourcemap option +* Add configuration for precision in the sass/scss filter +* Treat NULL like "all bundles" in the config + +### Bug fixes + +* Removed usage of the deprecated Symfony APIs for Symfony 2.7+ +* Fix the asset cache in the controller to take the asset dependencies into account +* Added "web" folder as a default load path for the sass filter + 2.6.1 / 2015-01-27 ==================