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