Warn once per error message per feature, so different errors all show up
[gitmo/Package-DeprecationManager.git] / Changes
diff --git a/Changes b/Changes
index 829336f..ba361c0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,16 @@
+0.04    2010-07-14
+
+- A single feature will now warn more than once if each warning consists of a
+  different error message.
+
+
+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.