From: Dave Rolsky Date: Sat, 11 Feb 2012 21:10:01 +0000 (-0600) Subject: Doc recipe rename in Changes X-Git-Tag: 2.0500~54 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoose.git;a=commitdiff_plain;h=45f7cc7270700fa7b7d0dd5a534811e132dacd76 Doc recipe rename in Changes --- diff --git a/Changes b/Changes index d7918be..a23f7f2 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,15 @@ for, noteworthy changes. {{$NEXT}} + [ENHANCEMENTS] + + * The cookbook recipes have all been renamed. Instead of numbered recipes + (Basics::Recipe1), we now have descriptive names + (Basics::Point_AttributesAndSubclassing). This makes it easier for us to + add and remove recipes in the future, and makes it a little easier to + converse about them, since the name gives us some clue of what they + contain. + [BUG FIXES] * Re-declaring a class_type or role_type constraint that has already been