Release commit for 1.000006
[scpubgit/HTML-String.git] / Changes
1 1.000006 - 2013-09-15
2   - Fix to handle no-op escapes such as \\, broken by unicode fix
3
4 1.000005 - 2013-09-15
5   - Fix unicode/wide characters confusing the perl compiler
6   - Ensure TT doesn't try and call methods instead of VMethods
7
8 1.000004 - 2013-09-12
9   - Fix concatenating undef to HTML::String values.
10
11 1.000003 - 2013-09-12
12   - Fix concatenating strings that evaluate to false in a boolean context.
13
14 1.000002 - 2013-01-03
15   - Optimise _hsv_dot since it gets called heavily by HTML::String::TT
16
17 1.000001 - 2013-01-03
18   - Localize $@ in isa and can in case of modules that mishandle eval {}
19   - Support for single quotes (' to ')
20
21 1.000000 - 2012-08-13
22   - Initial release