From: Joe Higton Date: Mon, 11 Oct 2010 16:54:19 +0000 (+0100) Subject: Change log for the next release (first attempt) X-Git-Tag: release_0.009004~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FHTML-Zoom.git;a=commitdiff_plain;h=cdf6da6dbdeb0b460ce9e2f7842ffe725250b4fe Change log for the next release (first attempt) --- diff --git a/Changes b/Changes new file mode 100644 index 0000000..eccc89f --- /dev/null +++ b/Changes @@ -0,0 +1,18 @@ +0.009002 - 2010-10-11 + +* 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