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=935f6776fcbd1ee502cb4096781049dd45ad75f2;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]