Bump version
[gitmo/Package-DeprecationManager.git] / Changes
1 0.04    2010-07-14
2
3 - A single feature will now warn more than once if each warning consists of a
4   different error message.
5
6
7 0.03    2010-07-14
8
9 - Added an -ignore parameter when importing Package::DeprecationManager. This
10   lets you explicitly ignore packages in the call stack when determining where
11   a deprecated feature was called.
12
13
14 0.02    2010-07-12
15
16 - Made it possible to deprecate any feature, not just a subroutine or method.
17
18
19 0.01    2010-07-12
20
21 - First release