Bump version to 0.33 and update Changes file
[p5sagit/Excel-Template.git] / Changes
diff --git a/Changes b/Changes
index 72be728..adda3e9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,93 @@
 Revision history for Perl distribution Excel::Template
 
-0.16 Fri Nov 05 16:15:00 2004
+0.33 Sun Feb 20 20:07:43 CET 2011
+    Implemented the COMMENT argument
+
+0.32 Mon Jul  5 18:58:05 CEST 2010
+    Official release for development release 0.31_1
+
+0.31_1 Mon Jun 28 16:51:44 CEST 2010
+    - Add autofilter to worksheet
+    - Swichting to Module::Install
+
+0.31 Mo Dec 17 13:41:00 2007
+    - Add hide_gridlines to worksheet
+
+0.30 Sa Dec 01 00:00:00 2007
+    - Add write_date_time to write a datetime-value into a cell
+
+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
+
+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
+    - Fixed POD bug with Devel::Cover results
+    - Fixed bugs found in Factory::register while writing tests
+      - Base class wasn't loaded when class was registered.
+      - If registered class didn't exist, wouldn't die until parse()
+
+0.22 Thu Feb 24 15:00:00 2005
+    - new() now accepts either FILE or FILENAME
+    - parse() now accepts a filehandle or a filename
+
+0.21 Thu Feb 24 12:00:00 2005
+    - Fixed documentation bug in BACKREF (Thanks to Paul Williams)
+    - Added code to Makefile.PL to skip .swp files in the Makefile
+    - Added RENDERER option to new()
+      - Deprecated BIG_FILE
+    - Added pod.t and pod_coverage.t
+    - Tests now run under 5.005_02 without warnings
+
+0.20 Wed Jan 26 12:00:00 2005
+    - Removed PM_FILTER by adding an optional USE_UNICODE runtime parameter.
+    - Added a "type" attribute to CELL to allow printing by the write_*() family
+
+0.19 Wed Dec 08 12:00:00 2004
+    - Fixed META.yml
+    - Added more values to the MANIFEST.SKIP
+    - Fixed PM_FILTER to work on Win32 (Thanks, Corion!)
+    - Improved POD
+
+0.18 Fri Nov 12 14:45:00 2004
+    - Removed 'use warnings' from all tests
+    - All warnings are suppressed unless $^W is true
+    - Added 'height' value for ROW
+    - Added 'width' value for CELL
+    - Fixed PM_FILTER to work on Redhat
+
+0.17 Sat Nov 06 23:30:00 2004
+    - Added worksheet protection
+    - Fixed several bugs found by adding more tests
+        - SCOPE node actually works
+        - CONDITIONAL / IF now handles string values correctly
+
+0.16 Fri Nov 05 13:30:00 2004
     - Fixed Makefile.PL so that it uses PM_FILTER instead of rolling its own
         - This means that the Unicode handling is cleaner from a source
           perspective