From: Dave Rolsky Date: Thu, 23 Oct 2008 16:29:49 +0000 (+0000) Subject: Oops, accidenttaly bumped version in a change log entry. X-Git-Tag: 0.68~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8b9106cff605d1a1d153ee669645aaf3c31b27c5;p=gitmo%2FClass-MOP.git Oops, accidenttaly bumped version in a change log entry. --- diff --git a/Changes b/Changes index ec492cb..60fa8c5 100644 --- a/Changes +++ b/Changes @@ -44,7 +44,7 @@ Revision history for Perl extension Class-MOP. 0.65 Mon September 1, 2008 For those not following the series of dev releases, the changes - from 0.64 from 0.67 can mostly be summed up as a lot performance + from 0.64 from 0.65 can mostly be summed up as a lot performance improvements by nothingmuch, including new optional XS versions of some methods. Also, Class::MOP now works _without_ any XS modules, for sad systems without a compiler.