From 0241b135ff64c6031048c6425cd833a8300da46b Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 22 Nov 2016 12:42:57 +0100 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 585aa77d..d7504160 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +2.8.1 / 2016-11-22 +================== + +* Updated the Twig integration to stop using APIs deprecated in Twig 1.27 + +2.8.0 / 2015-12-28 +================== + +### New features + +* Added CleanCSS filter config + +### Bug fixes + +* Use the RequestStack to get the Request instead of the service +* Fixed support for Symfony 3 resources + 2.7.1 / 2015-11-17 ==================