X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=af3fa448f6286a8ee040e1b1595b0735cd4076c4;hb=041bd1cdfd84006055010048fdb562a50440b0d7;hp=f9fee7c90e14def41345e1225712ef611253ac6c;hpb=74a5a6504fa74ab00155a4a824117a465d2f27b3;p=catagits%2FCatalyst-Devel.git diff --git a/Changes b/Changes index f9fee7c..af3fa44 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,20 @@ This file documents the revision history for Perl extension Catalyst-Devel. + - fix warnings in Makefile.PL + - clean up author prereqs + - add perl version prereq metadata + +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 + - Typo fixes. RT#87103 + - Catalyst::Restarter::Forking: clear watcher in child process. + RT#119830 + +1.39 2013-06-14 12:44:17 - Write =encoding utf8 into generated Pod files so that things work as expected for people with utf-8 characters in their unix username as returned by getpwuid (RT#84613)