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