From: Dave Rolsky Date: Sun, 22 Aug 2010 15:32:54 +0000 (-0500) Subject: Changes and date for 1.10 release X-Git-Tag: 1.10^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=69fc0c82825a40ab8fbb7ae82cfd08ece7b2f1ff;p=gitmo%2FMoose.git Changes and date for 1.10 release --- diff --git a/Changes b/Changes index 7c9a99b..213e099 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,7 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. -NEXT +1.10 Sun, Aug 22, 2010 [API CHANGES] @@ -18,6 +18,10 @@ NEXT * Enum type constraints now throw errors if their values are nonsensical. (Sartak) + [ENHANCEMENTS] + + * Optimizations that should help speed up compilation time (Dave Rolsky). + 1.09 Tue, Jul 25, 2010 [API CHANGES]