From: Dave Rolsky Date: Mon, 18 Jan 2010 04:23:02 +0000 (-0600) Subject: Updated to new style change log and added 0.98 version X-Git-Tag: 0.98~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ffcc9cc85ca23bc12cf21d60b85ca1e8634c4361;p=gitmo%2FClass-MOP.git Updated to new style change log and added 0.98 version --- diff --git a/Changes b/Changes index 4e823c8..3fb6a2a 100644 --- a/Changes +++ b/Changes @@ -1,14 +1,18 @@ Revision history for Perl extension Class-MOP. - * Class::MOP::Class - - Added rebless_instance_back, which does the inverse of - rebless_instance (doy, rafl). +0.98 + +[ENHANCEMENTS] + +* Added Class::MOP::Class->rebless_instance_back, which does the inverse of + rebless_instance (doy, rafl). 0.97_01 Mon, Jan 4, 2010 - * Various - - Internal refactorings to move shared behavior into new "mixin" - classes. This made adding some new features to Moose much - easier. (Dave Rolsky) + +[ENHANCEMENTS] + +* Internal refactorings to move shared behavior into new "mixin" classes. This + made adding some new features to Moose much easier. (Dave Rolsky) 0.97 Fri, Dec 18, 2009 * No code changes, just packaging fixes to make this distro installable.