[Moose-commits] r7370 - Moose/trunk

autarch at code2.0beta.co.uk autarch at code2.0beta.co.uk
Thu Jan 22 22:39:10 GMT 2009


Author: autarch
Date: 2009-01-22 14:39:10 -0800 (Thu, 22 Jan 2009)
New Revision: 7370

Modified:
   Moose/trunk/Changes
Log:
update changes for release

Modified: Moose/trunk/Changes
===================================================================
--- Moose/trunk/Changes	2009-01-22 22:37:42 UTC (rev 7369)
+++ Moose/trunk/Changes	2009-01-22 22:39:10 UTC (rev 7370)
@@ -1,6 +1,6 @@
 Revision history for Perl extension Moose
 
-0.65
+0.65 Thu, January 22, 2008
     * Moose and Moose::Meta::Method::Overridden
       - If an overridden method called super(), and then the
         superclass's method (not overridden) _also_ called super(),
@@ -22,6 +22,15 @@
       - Added Moose::Util::TypeConstraints to the SEE ALSO
         section. (pjf)
 
+    * Moose::Role
+      - Methods created via an attribute can now fulfill a "requires"
+        declaration for a role. (nothingmuch)
+
+    * Moose::Meta::Method::*
+      - Stack traces from inlined code will now report its line and
+        file as being in your class, as opposed to in Moose
+        guts. (nothingmuch).
+
 0.64 Wed, December 31, 2008
     * Moose::Meta::Method::Accessor
       - Always inline predicate and clearer methods (Sartak)




More information about the Moose-commits mailing list