No, Sartak, you cannot retroactively add code to a released tarball ;)
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 98ba03e..d94f0ae 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension Class-MOP.
 
+0.72
+    * Class::MOP::Package
+      - Pass options to _new, so subclass' attributes can be
+        initialized (Sartak)
+
 0.71_02 Fri, December 5, 2008
     * Class::MOP::Immutable
       - Added a new attribute, inlined_constructor, which is true if
@@ -8,8 +13,6 @@ Revision history for Perl extension Class-MOP.
       - Make get_all_package_symbols return a hash ref in scalar
         context and deprecate calling it in list context with a
         warning. (Florian Ragwitz)
-      - Pass options to _new, so subclass' attributes can be
-        initialized (Sartak)
     * MOP.xs
       - Various improvements and refactoring, making things more robust and
         easier to maintain. (Florian Ragwitz)