bump version to 0.71_02 and update Changes
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 25453e1..646e631 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,17 @@
 Revision history for Perl extension Class-MOP.
 
+0.71_02 Fri, December 5, 2008
+    * Class::MOP::Immutable
+      - Added a new attribute, inlined_constructor, which is true if
+        the constructor was inlined.
+    * Class::MOP::Package
+      - Make get_all_package_symbols return a hash ref in scalar
+        context and deprecate calling it in list context with a
+        warning. (Florian Ragwitz)
+    * MOP.xs
+      - Various improvements and refactoring, making things more robust and
+        easier to maintain. (Florian Ragwitz)
+
 0.71_01 Wed, December 3, 2008
     * Class::MOP::Method
       - Add an "execute" method to invoke the body so