fixing changes
Stevan Little [Mon, 3 Dec 2007 02:17:21 +0000 (02:17 +0000)]
Changes

diff --git a/Changes b/Changes
index e7978e5..ac7b3b5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -10,13 +10,10 @@ Revision history for MooseX-Daemonize
     * MooseX::Daemonize::Core
       - the core daemonization methods are here
         - added tests for this
-      
-    * MooseX::Daemonize::WithSignalHandling
-      - the SIG handling is here
 
     * MooseX::Daemonize::WithPidFile
-      - the PID file handling is here, and 
-        delegates to the classes below
+      - the PID file handling is added to the core here
+        - added tests for this
 
     * MooseX::Daemonize::Pid
       - added this package to replace the File::Pid stuff