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

changelog
---

diff --git a/Changes b/Changes
index 3e2e1ec..2b67c73 100644
--- a/Changes
+++ b/Changes
@@ -13,6 +13,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.0102 Sat, Jun 18, 2011
 
   [ENHANCEMENTS]