Add changes for 0.03
[gitmo/Package-DeprecationManager.git] / Changes
diff --git a/Changes b/Changes
index 85a36cb..297d893 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,15 @@
-0.01
+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.
+
+
+0.01    2010-07-12
 
 - First release