Changes for 0.08
[gitmo/Package-DeprecationManager.git] / Changes
1 0.08    2010-10-15
2
3 - Include Test::Requires in prereq list. Reported by Todd Rinaldo. RT #62173.
4
5
6 0.07    2010-10-15
7
8 - The use of regular expressions in ignores didn't really work in 0.06.
9
10 - Added missing dep on List::MoreUtils.
11
12 - Replaced Test::Warn with Test::Output in the tests, and made the tests
13   actually test what I think they should be testing.
14
15
16 0.06    2010-10-14
17
18 - The -ignore parameter now accepts regular expressions as well as package
19   names.
20
21
22 0.05    2010-10-14
23
24 - Fixed what looked like a bug in -ignore handling, although I couldn't seem
25   to write a test that triggered it.
26
27 - Removed hard dep on Test::Warn for the benefit of Moose.
28
29
30 0.04    2010-07-14
31
32 - A single feature will now warn more than once if each warning consists of a
33   different error message.
34
35
36 0.03    2010-07-14
37
38 - Added an -ignore parameter when importing Package::DeprecationManager. This
39   lets you explicitly ignore packages in the call stack when determining where
40   a deprecated feature was called.
41
42
43 0.02    2010-07-12
44
45 - Made it possible to deprecate any feature, not just a subroutine or method.
46
47
48 0.01    2010-07-12
49
50 - First release