rebless instance now returns the instance too
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index d16baca..6ff83eb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,14 @@
 Revision history for Perl extension Class-MOP.
 
-0.54
+0.55
+    * Class::MOP::Class
+      - rebless_instance now returns the instance 
+        it has just blessed, this is mostly to 
+        facilitate chaining
+
+0.54 Fri. March, 14, 2008
     * Class::MOP
-      metaclass
+      metaclass.pm
       - making sure that load_class never gets
         passed a value from @_ or $_ to squash 
         Ovid's bug (http://use.perl.org/~Ovid/journal/35763)
@@ -11,6 +17,9 @@ Revision history for Perl extension Class-MOP.
       - make_{immutable,mutable} now return 1
         (cause Sartak asked)
       - improved error handling in ->create method
+      - rebless_instance now takes extra params which 
+        will be used to populate values 
+        - added tests for this
         
     * Class::MOP::Object
       - localizing the Data::Dumper configurations so