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