From: Dave Rolsky Date: Fri, 5 Sep 2008 15:14:45 +0000 (+0000) Subject: Update changes for release X-Git-Tag: 0.05~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ba0d667d13242d4aff5e2d9b0d66c3f255c89590;p=gitmo%2FMooseX-ClassAttribute.git Update changes for release --- diff --git a/Changes b/Changes index 26e725a..ca0336d 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,11 @@ +0.05 2008-08-07 + +* Totally rewritten as proper meta classes, so it supports + introspection and all that good stuff. This breaks some old code + because there is no longer a "containing class" for class + attributes. + + 0.04 2008-01-21 - An internals change to make this class work with Moose 0.34.