bumped version
[catagits/Catalyst-View-Email.git] / Changes
diff --git a/Changes b/Changes
index caca1ec..2557b1b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,10 +1,15 @@
 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
+
 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