Release commit for 1.000004
[scpubgit/HTML-String.git] / Changes
1 1.000004 - 2013-09-12
2   - Fix concatenating undef to HTML::String values.
3
4 1.000003 - 2013-09-12
5   - Fix concatenating strings that evaluate to false in a boolean context.
6
7 1.000002 - 2013-01-03
8   - Optimise _hsv_dot since it gets called heavily by HTML::String::TT
9
10 1.000001 - 2013-01-03
11   - Localize $@ in isa and can in case of modules that mishandle eval {}
12   - Support for single quotes (' to ')
13
14 1.000000 - 2012-08-13
15   - Initial release