Release commit for 1.000006
[scpubgit/HTML-String.git] / Changes
CommitLineData
cf61306d 11.000006 - 2013-09-15
9722df8b 2 - Fix to handle no-op escapes such as \\, broken by unicode fix
3
7d49eba9 41.000005 - 2013-09-15
3ee6050f 5 - Fix unicode/wide characters confusing the perl compiler
4f4204a3 6 - Ensure TT doesn't try and call methods instead of VMethods
7
6d07a2d0 81.000004 - 2013-09-12
e8420dab 9 - Fix concatenating undef to HTML::String values.
10
8f45d4b8 111.000003 - 2013-09-12
65d53cf1 12 - Fix concatenating strings that evaluate to false in a boolean context.
13
72ee582d 141.000002 - 2013-01-03
91a96477 15 - Optimise _hsv_dot since it gets called heavily by HTML::String::TT
16
a802154b 171.000001 - 2013-01-03
ac4c210b 18 - Localize $@ in isa and can in case of modules that mishandle eval {}
fc076557 19 - Support for single quotes (' to ')
20
3be4e4a1 211.000000 - 2012-08-13
a38082d4 22 - Initial release