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