Add changes for 0.03
Dave Rolsky [Wed, 14 Jul 2010 16:04:27 +0000 (11:04 -0500)]
Changes

diff --git a/Changes b/Changes
index 829336f..297d893 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,10 @@
+0.03    2010-07-14
+
+- Added an -ignore parameter when importing Package::DeprecationManager. This
+  lets you explicitly ignore packages in the call stack when determining where
+  a deprecated feature was called.
+
+
 0.02    2010-07-12
 
 - Made it possible to deprecate any feature, not just a subroutine or method.