From: Ricardo Signes Date: Wed, 5 Oct 2011 15:10:36 +0000 (-0400) Subject: document the change in the changelogs X-Git-Tag: 2.0301~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoose.git;a=commitdiff_plain;h=ddbae99e7b6aab832726f3b7d03d50c7a1cea22b document the change in the changelogs --- diff --git a/Changes b/Changes index 8fd6a04..11d0060 100644 --- a/Changes +++ b/Changes @@ -7,6 +7,11 @@ for, noteworthy changes. * Fix compilation on 5.8. Reported by ether. (doy) + [ENHANCEMENTS] + + * The enum type will now create single value enumerations. Previously, two + or more values were required. (rjbs) + 2.0300 Fri, Sep 23, 2011 [DEPRECATIONS] diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index 763e748..0a599fa 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -40,6 +40,11 @@ because any value that passes a subtype constraint must also pass a parent constraint. This has changed so that I of its member types must be a subtype of the specified type. +=item Enum types now work with just one value + +Previously, an C type needed to have two or more values. Nobody knew +why, so we fixed it. + =item Methods defined in UNIVERSAL now appear in the MOP Any method introspection methods that look at methods from parent classes now