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