X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c9cbfc21ca5b44c19f23183b26dd3a019ba7da63;hb=615920929df1dc65fb0e05f026a5a0009f781d05;hp=ca7a42ed1df171443282188e25202db98931c0ce;hpb=91cc6a4ed1a049a787fddc1e3f05e88ef3d000bf;p=gitmo%2FPackage-DeprecationManager.git diff --git a/Changes b/Changes index ca7a42e..c9cbfc2 100644 --- a/Changes +++ b/Changes @@ -1,24 +1,28 @@ {{$NEXT}} +0.11 2011-06-19 -0.10 2010-10-25 +- Allow an empty hash for the -deprecations parameter. + + +0.10 2010-10-25 - The test suite now uses Test::Fatal instead of Test::Exception. (Karen Etheridge) -0.09 2010-10-17 +0.09 2010-10-17 - Added a compilation test, because otherwise all test files could not end up doing skip_all, which may make smokers and test harnesses unhappy. -0.08 2010-10-15 +0.08 2010-10-15 - Include Test::Requires in prereq list. Reported by Todd Rinaldo. RT #62173. -0.07 2010-10-15 +0.07 2010-10-15 - The use of regular expressions in ignores didn't really work in 0.06. @@ -28,13 +32,13 @@ actually test what I think they should be testing. -0.06 2010-10-14 +0.06 2010-10-14 - The -ignore parameter now accepts regular expressions as well as package names. -0.05 2010-10-14 +0.05 2010-10-14 - Fixed what looked like a bug in -ignore handling, although I couldn't seem to write a test that triggered it. @@ -42,24 +46,24 @@ - Removed hard dep on Test::Warn for the benefit of Moose. -0.04 2010-07-14 +0.04 2010-07-14 - A single feature will now warn more than once if each warning consists of a different error message. -0.03 2010-07-14 +0.03 2010-07-14 - Added an -ignore parameter when importing Package::DeprecationManager. This lets you explicitly ignore packages in the call stack when determining where a deprecated feature was called. -0.02 2010-07-12 +0.02 2010-07-12 - Made it possible to deprecate any feature, not just a subroutine or method. -0.01 2010-07-12 +0.01 2010-07-12 - First release