Added new tests, fixed a bug, and cleaned up more code: Intermediate check-in
[p5sagit/Excel-Template.git] / Changes
diff --git a/Changes b/Changes
index 72be728..35f1f4a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,51 @@
 Revision history for Perl distribution Excel::Template
 
-0.16 Fri Nov 05 16:15:00 2004
+0.24 ??? Mar 0? ??:00:00 2005
+    - Improved code coverage with more and better tests
+
+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