X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=49938103e31d29010fe485144373d4bdadefd421;hb=40187c7bffc6c93587f3f484f5a39c20ff5716a6;hp=ca1eb5cd29ae96b5276c440ccd3def8c388c9438;hpb=52af2ac7aac5ab5e44360dd0953d13eb45b5f567;p=gitmo%2FMooseX-Singleton.git diff --git a/ChangeLog b/ChangeLog index ca1eb5c..4993810 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ Revision history for Perl extension MooseX-Singleton +0.16 2009-04-24 + - Changes to keep constructor inlining working with latest Moose & + Class::MOP. This module will still work with any Moose from 0.74 + on up. + 0.15 2009-04-07 - Fixed to work with Moose 0.73_01