X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=13b23499656f7146a18e307867187dac9738ced0;hb=808aa964ff3e4dee6839e60f88376f9af063c613;hp=85a36cbef23dbf745dd7bbadd31cf3154e5debcf;hpb=dc4fc8c7d1c1c6f1d6689a0b16a5d13e8ecf38e5;p=gitmo%2FPackage-DeprecationManager.git diff --git a/Changes b/Changes index 85a36cb..13b2349 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,29 @@ -0.01 +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