X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=00703e9f14243305f6d5700c7bfb1808197b0c22;hb=refs%2Ftags%2Fv1.000006;hp=98c742f81e68bd085ab3f89247f07697b9266813;hpb=3be4e4a119f5631c5ea1e500babd57fd644fac3a;p=scpubgit%2FHTML-String.git diff --git a/Changes b/Changes index 98c742f..00703e9 100644 --- a/Changes +++ b/Changes @@ -1,2 +1,22 @@ +1.000006 - 2013-09-15 + - Fix to handle no-op escapes such as \\, broken by unicode fix + +1.000005 - 2013-09-15 + - Fix unicode/wide characters confusing the perl compiler + - Ensure TT doesn't try and call methods instead of VMethods + +1.000004 - 2013-09-12 + - Fix concatenating undef to HTML::String values. + +1.000003 - 2013-09-12 + - Fix concatenating strings that evaluate to false in a boolean context. + +1.000002 - 2013-01-03 + - Optimise _hsv_dot since it gets called heavily by HTML::String::TT + +1.000001 - 2013-01-03 + - Localize $@ in isa and can in case of modules that mishandle eval {} + - Support for single quotes (' to ') + 1.000000 - 2012-08-13 - Initial release