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 f13f7fb..35f1f4a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,10 +1,20 @@
 Revision history for Perl distribution Excel::Template
 
-0.22 Thu Feb 25 15:00:00 2005
+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 Wed Feb 24 14:00:00 2005
+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()