bump version
[scpubgit/HTML-String.git] / Changes
diff --git a/Changes b/Changes
index 7185c76..713ac68 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1 +1,11 @@
+  - Fix concatenating strings that evaluate to false in a boolean context.
+
+1.000002 - 2013-01-03
+  - Optimise _hsv_dot since it gets called heavily by HTML::String::TT
+
+1.000001 - 2013-01-03
+  - Localize $@ in isa and can in case of modules that mishandle eval {}
+  - Support for single quotes (' to ')
+
+1.000000 - 2012-08-13
   - Initial release