X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=00703e9f14243305f6d5700c7bfb1808197b0c22;hb=HEAD;hp=cf3f6cd9431625c2a5060a2ee800d2aeadc48443;hpb=6d07a2d06b4a2db5d47937ba000ff5a278d11db0;p=scpubgit%2FHTML-String.git diff --git a/Changes b/Changes index cf3f6cd..00703e9 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,10 @@ +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.