bump version and update Changes for a release
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index c515790..3606965 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,20 @@
 Revision history for Perl extension Class-MOP.
 
+0.78 Mon, February 23, 2009
+    * No changes from 0.78
+
+0.77_01 Sun, February 22, 2009
+    * Everything
+      - This package now requires its XS components. Not using
+        Sub::Name lead to different behavior and bugginess in the pure
+        Perl version of the code. A Moose test would fail when run
+        against the pure Perl version of this code.
+
+    * Moose::Meta::Instance
+      - The inline_* methods now quote attribute names themselves, and
+        don't expect to receive a quoted value.
+
+
 0.77 Sat, February 14, 2009
     * MOP.xs
       - Avoid assertion errors on debugging perls in is_class_loaded
@@ -23,7 +38,7 @@ Revision history for Perl extension Class-MOP.
         Ragwitz)
 
     * Class::MOP::Class
-      - The mispelled "check_metaclass_compatability" method we've
+      - The misspelled "check_metaclass_compatability" method we've
         kept around for backwards compat_i_bility will be removed in a
         near future release. You've been warned.