From: Dave Rolsky Date: Wed, 5 Oct 2011 15:29:54 +0000 (-0500) Subject: Small wording tweak in Changes X-Git-Tag: 2.0301~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c5103dbdb65662f3ec789e6b0456a094cf2da1ef;p=gitmo%2FMoose.git Small wording tweak in Changes --- diff --git a/Changes b/Changes index 11d0060..d1e795b 100644 --- a/Changes +++ b/Changes @@ -9,8 +9,8 @@ for, noteworthy changes. [ENHANCEMENTS] - * The enum type will now create single value enumerations. Previously, two - or more values were required. (rjbs) + * The enum type will now allow single value enumerations. Previously, two or + more values were required. (rjbs) 2.0300 Fri, Sep 23, 2011