From: Dave Rolsky Date: Fri, 26 Jun 2009 15:20:59 +0000 (-0500) Subject: Update release date X-Git-Tag: 0.84~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7532da03b5e83d5d466dd2150c3c209fbfa0c25c;p=gitmo%2FMoose.git Update release date --- diff --git a/Changes b/Changes index 6367829..3b40194 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,7 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. -0.84 Thu, Jun 25, 2009 +0.84 Fri, Jun 26, 2009 * Moose::Role - has now sets definition_context for attributes defined in roles. (doy)