X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=0a3320d5f2532511d84321baaaf76526704b1a72;hb=9be917b2e8655a9468a8e294f0a49c37c5723171;hp=1701b13ce6b3ebaf6cb1306865e46a0e9cf71b40;hpb=28d693631e3b72ea26dc51fb9c4d84ce718dbde1;p=gitmo%2FMooseX-ConfigFromFile.git diff --git a/Changes b/Changes index 1701b13..0a3320d 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,20 @@ Revision history for {{$dist->name}} {{$NEXT}} + - warnings tests bypassed during installation + - repository migrated from shadowcat to the github moose organization + +0.11 2013-06-23 09:22:04 PDT-0700 (Karen Etheridge) + - bump prereq version for MooseX::Types::Path::Tiny to ensure a + broken version is not installed + +0.10 2013-02-12 13:17:44 PST-0800 (Karen Etheridge) + - allow clean composition into a role, without requiring an -exclude + +0.09 2013-02-11 09:35:50 PST-0800 (Karen Etheridge) + - removed prereqs which are only used for optional tests + +0.08 2013-02-09 16:24:27 PST-0800 (Karen Etheridge) - allow configfiles called "0" - configfile value now passed through to new() - new _get_default_configfile method added, which consumers can