changelog
[gitmo/Package-Stash.git] / Changes
diff --git a/Changes b/Changes
index e8f9c99..1d0060d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,20 @@ Revision history for Package-Stash
 
 {{$NEXT}}
 
+0.19  2011-01-03
+      - stop manually inserting conflict checking into Makefile.PL since we're
+        using the dzil Conflicts plugin now
+
+0.18  2011-01-03
+      - non-trial release
+
+0.17-TRIAL  2011-01-03
+      - use Dist::Zilla::Plugin::Conflicts rather than doing it by hand
+      - silence deprecation warnings for the method renaming for now
+
+0.16-TRIAL  2010-12-31
+      - use Dist::CheckConflicts
+
 0.15-TRIAL  2010-11-16
       - split the XS conversion out to its own dist (Package-Stash-XS), and
         convert Package::Stash into a module which loads either the XS or pure