fix accessor bugs
[gitmo/Moo.git] / Changes
diff --git a/Changes b/Changes
index 474df45..57ef42d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,10 @@
+  - bump Devel::GlobalDestruction dependency to fix warning on cleanup
+    when run under -c (RT#78617)
+  - document Moose type constraint creation for roles and classes
+    (actually fixed in 1.001000)
+
+1.001000 - 2013-03-16
+  - add support for FOREIGNBUILDARGS when inheriting from non-Moo classes
   - has will refuse to overwrite locally defined subs with generated
     accessors.
   - added more meta resources and added more support relevant links into