convert uses of Test::Exception to Test::Fatal
[gitmo/MooseX-Daemonize.git] / Changes
diff --git a/Changes b/Changes
index a7a38b1..f23605d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,28 @@
 Revision history for MooseX-Daemonize
 
+    - fix incompatibilities with Test::Builder 1.005+ (schwern, RT#76523)
+    - add missing dependency on the version of File::Path which added
+      make_path (RT#79169, Jonathan Sailor)
+    - add missing test dependency on Test::Exception (RT#70382)
+    - document the 'basedir' attribute and its behaviour (RT#83055)
+    - add 'documentation' keys for public attributes, to be used when
+      displaying --help (RT#54295)
+
+0.15 Thurs. May 31, 2012
+    - fix versions
+
+0.14 Wed. May 30, 2012
+    - recommend Daemon::Control instead
+    - fix bug with pidbase dir not being created
+      if it doesn't already exist
+
+0.13 Wed. July 6, 2011
+    - adding docs related to closing all
+      filehandles and the issues that can
+      cause with things like Log::Log4Perl
+      (thanks to Maik Hentsche via RT #67016)
+    - updating copyright dates
+
 0.12 Sun. July 11, 2010
     - release without the .git directory in it