the canonical repository is now https://github.com/moose/MooseX-UndefTolerant
[gitmo/MooseX-UndefTolerant.git] / Changes
diff --git a/Changes b/Changes
index a6789ba..8719c70 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,22 @@
 Revision history for MooseX-UndefTolerant
 
 {{$NEXT}}
+   * repository migrated to the github moose organization
+
+0.19      2012-09-25 17:16:40 PDT-0700 (Karen Etheridge)
+   * fix incorrect version dependency on Test::NoWarnings
+
+0.18      2012-09-23 13:35:06 PDT-0700 (Karen Etheridge)
+   * avoid undef warning by not attempting to manipulate constructor data for
+     init_arg => undef attributes (thanks Damon Tkoch for the report!)
+
+0.17      2012-05-03 14:43:42 PDT-0700
+    * re-release to fix dependency issue *again*! :)
+
+0.16      2012-05-02 15:13:01 PDT-0700
+    * remove temporary dep, and increase the required version of
+      Dist::Zilla::Plugin::Test::CheckDeps, that now injects this dependency
+      automatically
 
 0.15      2012-05-02 12:56:59 PDT-0700
     * temporarily add missing dep on Test::CheckDeps