X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=e6f4d729456120d73d592b2b46ad898663002f0d;hb=0f67232cd7ec20a27b7096370aa312ac3b190b3b;hp=89e0234765a75d4e094c6f30277a2112e854db13;hpb=da20e8fa48743255d8c2698ac8a673e898685933;p=catagits%2FCatalyst-View-Email.git diff --git a/Changes b/Changes index 89e0234..e6f4d72 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,40 @@ Revision history for Perl extension Catalyst::View::Email. -0.23 2010-01-30 - - removed Email::Send::Test from t/lib/* views +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 + +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 + - removed Email::Send::Test from t/lib/* views 0.22 2010-01-28 - small fixes, version bumpage etc