Changes for 0.05
[gitmo/Package-DeprecationManager.git] / Changes
1 0.05    2010-10-14
2
3 - Fixed what looked like a bug in -ignore handling, although I couldn't seem
4   to write a test that triggered it.
5
6 - Removed hard dep on Test::Warn for the benefit of Moose.
7
8
9 0.04    2010-07-14
10
11 - A single feature will now warn more than once if each warning consists of a
12   different error message.
13
14
15 0.03    2010-07-14
16
17 - Added an -ignore parameter when importing Package::DeprecationManager. This
18   lets you explicitly ignore packages in the call stack when determining where
19   a deprecated feature was called.
20
21
22 0.02    2010-07-12
23
24 - Made it possible to deprecate any feature, not just a subroutine or method.
25
26
27 0.01    2010-07-12
28
29 - First release