From: Matt S Trout <mst@shadowcat.co.uk>
Date: Sat, 4 May 2013 20:33:19 +0000 (+0000)
Subject: changelog moosify feature
X-Git-Tag: v1.002000~1
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=675ab81801a3a4af18c47cd9a1a81e079c6a4047;p=gitmo%2FMoo.git

changelog moosify feature
---

diff --git a/Changes b/Changes
index 06340ab..9e70146 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+  - add 'moosify' attribute key to provide code for inflating to Moose
   - fix warnings about unknown attribute parameters on metaclass inflation
   - don't pass 'handles' down when doing 'has +' to avoid unDWIMmy explosions
   - throw a useful exception when typemap doesn't return a value