Added merge_range as submitted by Stevan Little
[p5sagit/Excel-Template.git] / Changes
diff --git a/Changes b/Changes
index 63f260c..e903664 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,19 @@
 Revision history for Perl distribution Excel::Template
 
-0.26 Thu Jun 01 17:00:00 2005
+0.29 Mon Oct 08 12:00:00 2007
+    - Added merge_range as written by Stevan Little
+
+0.28 Fri Jul 31 22:00:00 2005
+    - Added landscape and portrait orientations for worksheets
+
+0.27 Tue Jul 25 10:00:00 2006
+    - Fixed how widths are whitelisted to allow '.' for fractions
+
+0.26 Fri Jun 02 15:30:00 2006
     - 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