update metadata for release 1.40
John Napiorkowski [Thu, 27 Feb 2020 23:34:37 +0000 (17:34 -0600)]
Changes
lib/Catalyst/Devel.pm

diff --git a/Changes b/Changes
index 92f9a61..0a35e9e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+1.40 2020-02-27 17:00:00
+        - Note: There may be some additional fixes not listed below.  Its been
+          a while since this has been released and I noted several commits in
+          git.  Did my best to list but apologies if I missed your patch.
+        - Use absolute path for do $file in t/generated_app.t
+        - Add . to @INC in Makefile.PL
+        - Catalyst::Restarter::Forking: clear watcher in child process
         - Typo fixes. RT#87103
         - Catalyst::Restarter::Forking: clear watcher in child process.
           RT#119830
index 5f5bd2a..8a48d21 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 # Change Catalyst::Helper also.
-our $VERSION             = '1.39';
+our $VERSION             = '1.40';
 our $CATALYST_SCRIPT_GEN = 40;
 
 $VERSION = eval $VERSION;