From: Dave Rolsky Date: Fri, 13 Feb 2009 19:31:20 +0000 (+0000) Subject: Tweaked changes X-Git-Tag: 0.70~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ceebe57d6f7c75749ae71baa047cc60e4ecc9ee2;p=gitmo%2FMoose.git Tweaked changes --- diff --git a/Changes b/Changes index 2bbe071..05a52ac 100644 --- a/Changes +++ b/Changes @@ -2,13 +2,13 @@ Revision history for Perl extension Moose 0.70 * Moose::Util::TypeConstraints - - added the RoleName type - - added tests for this + - Added the RoleName type (stevan) + - added tests for this (stevan) * Moose::Cookbook::Basics::Recipe3 - - updating the before qw[left right] to be a little more - defensive about what it accepts - - added more tests to t/000_recipies/basics/003_binary_tree.t + - Updated the before qw[left right] sub to be a little more + defensive about what it accepts (stevan) + - added more tests to t/000_recipies/basics/003_binary_tree.t (stevan) 0.69 Thu, February 12, 2009 * Moose