Added introspection methods for method modifiers, along with tests.
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 34fba3b..b2770b0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,11 @@
 Revision history for Perl extension Class-MOP.
 
-0.68 Fri October 25, 2008
+0.69
+    * Class::MOP::Method::Wrapped
+      - Added introspection methods for method modifiers (Dave Rolsky)
+
+
+0.68 Fri October 24, 2008
     * Class::MOP
       - Make load_class require by file name instead of module name.
         This stops confusing error messages when loading '__PACKAGE__'.