this has had an appropriate warning for a while now
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 4878e55..64c39b9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,36 @@ for, noteworthy changes.
 
 {{$NEXT}}
 
+  [BUG FIXES]
+
+  * Applying multiple role objects (rather than role names) at once no longer
+    skips every other role. (rjbs)
+
+  * Caching of anon classes now works more sanely in the presence of role
+    application parameters - alias and excludes options are taken into account,
+    and caching is disabled entirely if other parameters exist. (doy, autarch)
+
+2.0002 Thu, Apr 28, 2011
+
+  [ENHANCEMENTS]
+
+  * Provide definition context information for constructors and destructors, so
+    that they will show up as something other than "generated method (unknown
+    origin)". Also, add the package that accessors are defined in to their
+    definition context.
+
+  * Use Devel::PartialDump in type constraint error messages, if it is
+    installed.
+
+  [BUG FIXES]
+
+  * Stop hiding warnings produced by throwing errors in DEMOLISH methods.
+
+  * The 'reset' native delegation for Counter attributes will now also respect
+    builders (previously, it only respected defaults).
+
+2.0001 Fri, Apr 22, 2011
+
   [ENHANCEMENTS]
 
   * Anonymous classes and roles now have a unified implementation in
@@ -17,6 +47,9 @@ for, noteworthy changes.
   * Moose::Meta::Role->create now accepts the 'roles' parameter, as it was
     documented to. (Chris Weyl)
 
+  * Depend on Eval::Closure 0.04, which fixes some issues in mod_perl
+    environments. (doy, mateu)
+
 2.0000 Mon, Apr 11, 2011
 
   [API CHANGES]