X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=32e1b5746f0a68d5b9dacf5e463d56401b34837b;hb=HEAD;hp=b58410228334608c281da1d4e6da0ea5e78afa01;hpb=a29d6a4528c5d87879f870fee981fe80364dccb5;p=catagits%2FCatalyst-View-Email.git diff --git a/Changes b/Changes index b584102..32e1b57 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,46 @@ Revision history for Perl extension Catalyst::View::Email. +0.33 2013-02-13 + - applied patch to fix Moo->Moose inflation that Email::Sender does per https://rt.cpan.org/Ticket/Display.html?id=83241 + - removed inc/ so running perl Makefile.PL would do so in author mode + - removed META.yml, MANIFEST, and various other files that shouldn't be in git + - updated Makefile.PL to use version_from "lib/Catalyst/View/Email.pm" per https://rt.cpan.org/Ticket/Display.html?id=83195&results=0eb39711cb23f5f318a3738cf7d089df + +0.32 2013-01-15 + - Removed Bcc references per https://rt.cpan.org/Public/Bug/Display.html?id=75775 + - Fixed documentation bug, changed 'Host' to 'host' per https://rt.cpan.org/Ticket/Display.html?id=58748 + - Added patch (with additional tests) to enable proper content_type setting for email templates + per https://rt.cpan.org/Ticket/Display.html?id=66495&results=73b48805c7d356914e91ea95e31ddef6 + - Removed unneccesary test + - Added documentation for specifying envelope info per https://rt.cpan.org/Ticket/Display.html?id=64162 + +0.31 2011-01-17 + - Added handling and test for encoding and quoting parts RT #56391 + +0.30 2010-05-22 + - Added Test::Requires to 06config.t + +0.29 2010-05-21 + - Using Test::Requires for Mason and Template::Toolkit dependency check + - Removed Template::Toolkit and Mason as prereqs + +0.28 2010-05-14 + - Added version numbers to Helpers + +0.27 2010-03-23 + - made ::View::TT and ::View::Mason hard deps + - adjusted tests to reflect the aforementioned + - patches welcome + +0.25_02 2010-02-21 + - cleaned up tests + - made Test::More 0.88 a prereq + +0.25_01 2010-02-21 + - updated/corrected docs + - added proper svn repo url + +0.25 2010-02-01 - converted to Module::Install 0.23 2010-01-30