X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-StrictConstructor.git;a=blobdiff_plain;f=Changes;fp=Changes;h=28c50278957b7b2cc8c801a9031235f366c02b5f;hp=59f2e66fe0f5f2a021c102ae2b8271ad55e44bb9;hb=b11e74ff47b9c0957ee7871f3c821cf7a7ebb6a3;hpb=0dc0aea2e2ce6e27b488b6e6d304c5ab19649745 diff --git a/Changes b/Changes index 59f2e66..28c5027 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +0.15 2011-04-13 + +- The fix in 0.14 only worked with Moose 2.0, causing failures with earlier + versions. + + 0.14 2011-04-13 - Using extends caused strictness to be lost. Fixed by Karen Etheridge.