From 64b091146b2557c288c802823adcb3485eba581d Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Tue, 14 May 2013 20:20:41 -0600 Subject: [PATCH] Update CHANGELOG to reflect 2.4.8 release --- doc/CHANGELOG | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 7539c9c6..da32634d 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,3 +1,16 @@ +YUI Compressor 2.4.8 +-------------------- ++ Fix "important" and conditional comment processing ++ Fix a bug in the support for JS 1.7 style getters/setters ++ Better compliance and results in CSS compression (@danbeam, + @faisalman, @killsaw, @ademey) ++ Now minifies "border-left" in CSS (@sbertrang) ++ Include filename in warning and error output (@danielbeardsley) ++ Many improvements to parameter parsing and batch modes (@bmouw, + @bandesz, @ryansully) ++ Include jQuery as part of our test suite (@apm) ++ Trim trailing commas where possible (@nlalevee) + YUI Compressor 2.4.7 -------------------- + Handle data urls without blowing up Java memory (regex)