X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=3221cc0a6e87acc36c8b1da67632af191a52fb25;hb=HEAD;hp=f966b951ece21d437084585911c47dc2bc3e40a9;hpb=a5d7c5f6c5f683b801fda481884ee33892683b30;p=catagits%2FHTML-Zoom.git diff --git a/Changes b/Changes index f966b95..3221cc0 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,28 @@ +0.009009 2015-05-15 + - just took the most recent dev release and repository updates, made + sure all tests pass and cut a stable release. Please shout out if + something unexpected happens. + +0.009008_01 2013-02-28 + + - remove_from_attribute and related helpers (remove_class, add_class) + + - 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