X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=8643390556cfcac2928335cc2da733937e7b9cf8;hb=fa64238d93b7df8fe2d1fd5393bf8f448ebd6344;hp=85a36cbef23dbf745dd7bbadd31cf3154e5debcf;hpb=dc4fc8c7d1c1c6f1d6689a0b16a5d13e8ecf38e5;p=gitmo%2FPackage-DeprecationManager.git diff --git a/Changes b/Changes index 85a36cb..8643390 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,35 @@ -0.01 +0.06 2010-10-14 + +- The -ignore parameter now accepts regular expressions as well as package + names. + + +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. + +- Removed hard dep on Test::Warn for the benefit of Moose. + + +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 + +- 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 + +- Made it possible to deprecate any feature, not just a subroutine or method. + + +0.01 2010-07-12 - First release