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