document the change in the changelogs
Ricardo Signes [Wed, 5 Oct 2011 15:10:36 +0000 (11:10 -0400)]
Changes
lib/Moose/Manual/Delta.pod

diff --git a/Changes b/Changes
index 8fd6a04..11d0060 100644 (file)
--- 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]
index 763e748..0a599fa 100644 (file)
@@ -40,6 +40,11 @@ because any value that passes a subtype constraint must also pass a parent
 constraint. This has changed so that I<all> of its member types must be a
 subtype of the specified type.
 
+=item Enum types now work with just one value
+
+Previously, an C<enum> 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