Add changes for 0.03
[gitmo/Package-DeprecationManager.git] / Changes
1 0.03    2010-07-14
2
3 - Added an -ignore parameter when importing Package::DeprecationManager. This
4   lets you explicitly ignore packages in the call stack when determining where
5   a deprecated feature was called.
6
7
8 0.02    2010-07-12
9
10 - Made it possible to deprecate any feature, not just a subroutine or method.
11
12
13 0.01    2010-07-12
14
15 - First release