Release commit for 1.000002
[gitmo/Moo.git] / Changes
diff --git a/Changes b/Changes
index ceebff1..137efbd 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,10 @@
+1.000002 - 2012-08-04
+  - remove Devel::GlobalDestruction fallback inlining because we can now
+    depend on 0.08 which uses Sub::Exporter::Progressive
+  - honour BUILDARGS when calling $meta->new_object on behalf of Moose
+  - throw an error on invalid builder (RT#78479)
+  - fix stupid typo in new Sub::Quote section
+
 1.000001 - 2012-07-21
   - documentation tweaks and cleanup
   - ignore required when default or builder is present