X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=a9dacd4842d4e7ef44835c174d02f5d77e219c5a;hb=14742a9c33b73de9cc14e2fa9938ce1ad5ba6f74;hp=3fdc824f03a238b58d47ea1da6d4ba6505fb7f70;hpb=a292be342745c12aa805e7aca023756ad824f5d4;p=catagits%2FDOM-Tiny.git diff --git a/Changes b/Changes index 3fdc824..a9dacd4 100644 --- a/Changes +++ b/Changes @@ -1,2 +1,17 @@ {{$NEXT}} + - Gut tests to avoid having to keep them in sync with Mojo::DOM58 changes + +0.004 2016-04-10 15:09:07 UTC + - Murderize dist due to replacement by Mojo::DOM58 + +0.003 2016-03-19 18:35:22 UTC + - Merge several CSS bugfixes and improvements from Mojolicious 6.31 and 6.32. + - Merge wrap and wrap_content bugfixes from Mojolicious 6.34. + - Fix small html_unescape bug in DOM::Tiny::Entities + - Merge handling of "on" default values in val method from Mojolicious 6.49. + +0.002 2015-11-09 19:28:42 EST + - Support perl 5.8 (mst) + +0.001 2015-11-09 02:56:35 EST - First release