r13925@rob-kinyons-powerbook58: rob | 2006-06-02 14:29:05 -0400
[p5sagit/Excel-Template.git] / Changes
diff --git a/Changes b/Changes
index 35f1f4a..251ae25 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,24 @@
 Revision history for Perl distribution Excel::Template
 
-0.24 ??? Mar 0? ??:00:00 2005
+0.26 Thu Jun 01 17:00:00 2005
+    - Fixed how widths are whitelisted to allow '.' for fractions
+    - Fixed how certain formats are copied
+    - Added <image>
+    - Added <freezepanes>
+
+0.25 Thu May 26 11:00:00 2005
+    - Changed how the template file is opened to use 3-arg open() if available
+
+0.24 Thu Mar 10 11:00:00 2005
+    - Implemented the KEEP_LEADING_ZEROS node
+      - This wraps the keep_leading_zeros() worksheet method
     - Improved code coverage with more and better tests
+      - Am now above 90% coverage.
+      - Fixed bug involving relative values.
+      - Fixed bug involving formats when multiple Excel-Template objects ran in
+        the same process.
+    - Improved POD linking
+      - Every module/node reference in POD should link to the appropriate POD
 
 0.23 Fri Feb 25 15:00:00 2005
     - Improved code coverage with more and better tests