fix accidental exports
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 83db4f5..9e28841 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,16 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
-0.76
+0.77
+    * Moose::Object
+      - pass a boolean to DEMOLISHALL and DEMOLISH indicating whether or not
+        we are currently in global destruction (doy)
+
+    * Moose::Cookbook::FAQ
+      - Reworked much of the existing content to be more useful to modern
+        Moose hackers (Sartak)
+
+0.76 Mon, April 27, 2009
     * Moose::Meta::TypeConstraint
       - Do not run coercions in coerce() if the value already passes the type
         constraint (hdp)
@@ -11,6 +20,14 @@ for, noteworthy changes.
         an instance of the class. This should alleviate some frustrating
         forgot-to-load-my-type bugs. rt.cpan.org #44639 (Sartak)
 
+    * Moose::Meta::Role::Application::ToClass
+      - Revert the class-overrides-role warning in favor of a solution outside
+        of the Moose core (Sartak)
+
+    * Tests
+      - Make Test::Output optional again, since it's only used in a few files
+        (Sartak)
+
 0.75_01 Thu, April 23, 2009
     * Moose::Meta::Role::Application::ToClass
       - Moose now warns about each class overriding methods from roles it