update changes for release
Dave Rolsky [Thu, 22 Jan 2009 22:39:10 +0000 (22:39 +0000)]
Changes

diff --git a/Changes b/Changes
index 6ac20bc..286c550 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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 @@ Revision history for Perl extension Moose
       - 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)