X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FHTML-Zoom.git;a=blobdiff_plain;f=Changes;fp=Changes;h=4944407c9521ae4ca2de2bf2cc7fcabc80a1898d;hp=f966b951ece21d437084585911c47dc2bc3e40a9;hb=4c6b44299edb3613877d7e99586026423e9f15b5;hpb=5c77ed10c499025086e5d416966da7ff82124ef7 diff --git a/Changes b/Changes index f966b95..4944407 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,20 @@ +0.009008 2013-02-28 + - Several patches for incorrect functionality (thanks to Jim Miner & + stratman@gmail.com) :- + + - Don't throw away leading PCDATA in $text, in _hacky_tag_parser(). + This is important so we can use from_html and replace_content to + insert fragments with or without markup into templates. + + - Fix matching against attribute value "0" (zero) or "" (empty). + + - Fix parsing of selectors matching against attribute value "" (empty). + (This does not fix parsing of single-quoted attribute values.) + +0.009007 2013-02-24 + - Remove long form ( name, value ) for attributes to set_attribute / add_attribute + to allow future enhancements (selector in options). + 0.009006 2011-05-20 - Add DESTROY method to fix test failures / warnings in perl >= 5.13.1