X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f966b951ece21d437084585911c47dc2bc3e40a9;hb=3688f85a36b7825ad89e8800e5a573c6c9b60166;hp=ef24931b3c1702aae4a1dc513977e5e773f66501;hpb=94a3ddd9ea6e8c859f01407cc17c7042ccf34ba0;p=catagits%2FHTML-Zoom.git diff --git a/Changes b/Changes index ef24931..f966b95 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,9 @@ -TBA +0.009006 2011-05-20 + - Add DESTROY method to fix test failures / warnings in perl >= 5.13.1 + +0.009005 2011-05-12 + + - Perforce escaping of meta-characters in selectors and test (rafl) - New Feature: HTML::Zoom will autoload FilterBuilder functions so that you can avoid a bit of boilerplate in method calls. Now you can replace: @@ -12,7 +17,7 @@ TBA better, improved the docs and added tests for documented functions to avoid future regressions. - - add / to excluded characters in attribute names to correctly parse
+ - add / to excluded characters in attribute names to correctly parse
- add transform_attribute method (rbuels) 0.009004 2011-02-14 @@ -27,7 +32,7 @@ TBA 0.009002 2010-10-12 - - Added support for more selector syntax support including: + - Added support for more selector syntax support including: element#id element.class element[attr=foo]