X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=a99a28942ca0798dfa5e3951e66f5fa4404a758d;hb=d8c25657cea3bdd080ef65464fbd7c45c315fe79;hp=7185c76c9e3c2e3b6720d44cb7dea1026e6aad67;hpb=a38082d493578f47d68b07c78d164bc457ddba3d;p=scpubgit%2FHTML-String.git diff --git a/Changes b/Changes index 7185c76..a99a289 100644 --- a/Changes +++ b/Changes @@ -1 +1,17 @@ + - 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