From: Dave Rolsky Date: Sat, 14 Feb 2009 17:23:38 +0000 (+0000) Subject: Add release date for 0.77 and fix 0.76 release date X-Git-Tag: 0.77~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8f3fba9b6f59cbce058b8e4d7e3880f56a6dff33;p=gitmo%2FClass-MOP.git Add release date for 0.77 and fix 0.76 release date --- diff --git a/Changes b/Changes index 4af5d0b..c515790 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Perl extension Class-MOP. +0.77 Sat, February 14, 2009 * MOP.xs - Avoid assertion errors on debugging perls in is_class_loaded (Florian Ragwitz) @@ -26,7 +27,7 @@ Revision history for Perl extension Class-MOP. kept around for backwards compat_i_bility will be removed in a near future release. You've been warned. -0.76 Thu, January 22, 2008 +0.76 Thu, January 22, 2009 * Class::MOP::Method::Generated - Added new private methods to support code generation, which are being used by Moose and can be used by MooseX