X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=e9036647419715d556624b3b961ac4d2209d4969;hb=ddb9abcfd490a88085ab95913f335062fa6de6a2;hp=35f1f4abca6bc0864de92591a238600bb5f4341e;hpb=d01e47224d7454eac9a23d08b004a0493292dad5;p=p5sagit%2FExcel-Template.git diff --git a/Changes b/Changes index 35f1f4a..e903664 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,33 @@ Revision history for Perl distribution Excel::Template -0.24 ??? Mar 0? ??: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 + - Added + +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