From: Jesse Luehrs <doy@tozt.net>
Date: Sun, 19 Jun 2011 06:33:18 +0000 (-0500)
Subject: changelog
X-Git-Tag: 2.0009~13
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cb4e12101aca5e043c8d3a5b74f10f369bb1e55c;p=gitmo%2FMoose.git

changelog
---

diff --git a/Changes b/Changes
index d859284..7ab0826 100644
--- a/Changes
+++ b/Changes
@@ -8,6 +8,9 @@ for, noteworthy changes.
   * duck_type type constraints now report reasonable errors when given
     something which isn't an instance of an object. (t0m)
 
+  * Moose::Util::apply_all_roles now works even if the applicant is a non-Moose
+    class. (perigrin)
+
 2.0008 Thu, Jun 16, 2011
 
   [BUG FIXES]