From: Dave Rolsky <autarch@urth.org>
Date: Sat, 14 Feb 2009 18:00:44 +0000 (+0000)
Subject: More changes
X-Git-Tag: 0.70~2
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fa25947c523322089690d101cc1204df88b7b5dd;p=gitmo%2FMoose.git

More changes
---

diff --git a/Changes b/Changes
index 326a0bb..b909f0f 100644
--- a/Changes
+++ b/Changes
@@ -21,16 +21,21 @@ Revision history for Perl extension Moose
       - Accept roles for the wrapped_method_metaclass (rafl)
         - added tests for this (rafl)
 
-    * Tests
-      - Some tests tried to use Test::Warn 0.10, which had bugs. Now
-        they require 0.11. (Dave Rolsky)
-
     * Moose::Meta::Attribute
       - We no longer pass the meta-attribute object as a final
         argument to triggers. This actually changed for inlined code a
         while back, but the non-inlined version and the docs were
         still out of date.
 
+    * Tests
+      - Some tests tried to use Test::Warn 0.10, which had bugs. Now
+        they require 0.11. (Dave Rolsky)
+
+    * Documentation  
+      - Lots of small changes to the manual, cookbook, and
+        elsewhere. These were based on feedback from various
+        users, too many to list here. (Dave Rolsky)
+
 0.69 Thu, February 12, 2009
     * Moose
       - Make some keyword errors use throw_error instead of croak