the repository now lives at https://github.com/moose/MooseX-Runnable
[gitmo/MooseX-Runnable.git] / Changes
diff --git a/Changes b/Changes
index 90001d1..4c9c94c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,2 +1,21 @@
-0.00_01 Wed Apr 29 10:58:09 CDT 2009
+Revision history for {{$dist->name}}
+
+{{$NEXT}}
+        - converted uses of Path::Class to Path::Tiny (Karen Etheridge)
+        - removed use of deprecated Class::MOP::load_class
+        - converted uses of Test::Exception to Test::Fatal
+        - repository migrated from shadowcat to the github moose organization
+
+0.03   2010-06-27 04:19:41Z
+        - modified verification of RunnableClass values to use
+          Params::Util::_CLASS (Karen Etheridge)
+
+0.02   2009-11-02 08:30:10Z
+        - fix bug where roles of superclasses were not considered when
+          applying invocation schemes.
+
+0.01   2009-10-13 07:04:03Z
+        - stable release, no major changes
+
+0.00_01   2009-04-29 15:58:09Z
         - first release