fix accidental exports
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 5d8da9f..9e28841 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,15 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
+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
@@ -15,6 +24,10 @@ for, noteworthy changes.
       - 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