X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=Changes;h=494fa2ce41614b17802da29577cae3597c7d96b2;hp=aa334ac5b6be899027b5520f25126468fd0ed2f5;hb=b76bf9f68b16f9cb4cf6283a5e24dafc9d0469d1;hpb=d8dadcaf88082e8ba7c03449e49c93efe80ef4aa diff --git a/Changes b/Changes index aa334ac..494fa2c 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,16 @@ Revision history for {{ $dist->name }} {{ $NEXT }} +1.003023 2013-09-12 00:52:03Z (Karen Etheridge) + - The default profile is now "Minimal", not "Default", as Default requires + some optional features; Default renamed to Standard (RT#88615) + +1.003022 2013-09-10 01:53:10Z (Karen Etheridge) + - workaround added for plugins consuming plugins that use optional features + - install problems fixed when some optional prereqs are not installed, by + properly detecting the lack of features during testing (RT#88542) + - spelling fixes (RT#87691, David Steinbrunner) + 1.003021 2013-09-09 02:10:45Z (Karen Etheridge) - removed use of deprecated functions from Class::MOP - long-deprecated Devel::REPL::Plugin::NewlineHack removed at last