From: Matt S Trout Date: Thu, 24 Feb 2011 20:30:33 +0000 (+0000) Subject: reformat Changes X-Git-Tag: release_0.009005~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FHTML-Zoom.git;a=commitdiff_plain;h=c2d3257f34803842cf44d9ccb0d086aaa3b2dd5e reformat Changes Add spaces in front of changes entries to bring them in line with the rest of my projects --- diff --git a/Changes b/Changes index 276af99..998e075 100644 --- a/Changes +++ b/Changes @@ -1,30 +1,30 @@ -- add / to excluded characters in attribute names to correctly parse
+ - add / to excluded characters in attribute names to correctly parse
0.009004 2011-02-14 -- Large chunks of documentation improvements from jnareb -- apply_if method from ocharles -- selector improvements and bugfixes (jnareb, mst) + - Large chunks of documentation improvements from jnareb + - apply_if method from ocharles + - selector improvements and bugfixes (jnareb, mst) 0.009003 2010-10-12 -- mst is an idiot and forgot to add strictures.pm as a dependency + - mst is an idiot and forgot to add strictures.pm as a dependency 0.009002 2010-10-12 -- Added support for more selector syntax support including: - element#id - element.class - element[attr=foo] - element[attr*=foo] - element[attr~=foo] - element[attr] - element[attr^=foo] - [attr=foo] -- HTML::Zoom::MatchWithoutFilter replaced by HTML::Zoom::TransformBuilder -- Improved documentation, including documentation for HTML::Zoom::FilterBuilder. -- Lots of other refactoring, internal improvements & bugfixes! + - Added support for more selector syntax support including: + element#id + element.class + element[attr=foo] + element[attr*=foo] + element[attr~=foo] + element[attr] + element[attr^=foo] + [attr=foo] + - HTML::Zoom::MatchWithoutFilter replaced by HTML::Zoom::TransformBuilder + - Improved documentation, including documentation for HTML::Zoom::FilterBuilder. + - Lots of other refactoring, internal improvements & bugfixes! 0.009001 2010-03-17 -- First release + - First release