version 0.11
[gitmo/Class-C3.git] / ChangeLog
index 7fde149..f9a7655 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
 Revision history for Perl extension Class::C3.
 
+0.11
+    - added some more tests for edge cases
+    - removed INIT, you must explicitly call &initialize now
+        - added docs explaining this
+        - altered tests as needed
+    - moved the C3 algorithm to Algorithm::C3 and added 
+      that as a dependency to this module
+
+0.10 - Wed, Feb 8, 2006
+    - removed the Sub::Name and NEXT dependencies and 
+      made the test just skip if they are not present
+    - bumped the Scalar::Util version requirement up 
+      (the newest version tends to work the best across
+      different platforms)
+
 0.09 - Fri, Dec 30, 2005
     - this is actually the proper version of 0.08, I forgot
       to check in some modifications, and so they didn't get