updated change log
[catagits/Catalyst-View-Email.git] / Changes
CommitLineData
607b7389 1Revision history for Perl extension Catalyst::View::Email.
2
38a2ba64 30.19 2010-01-18
4 - fixed optional dependencies
5 - added META stuff back in
6
e6826f98 70.18 2010-01-17
8 - Fixed version dependencies for failing regressions
9 - added Email::Send::Test as a dependency
10
3845256a 110.17 2010-01-14
12 - fixed MANIFEST
13
140.16 2010-01-12
15 - Fixed a Makefile.PL issue
16
4d4ba7ae 170.15 2010-01-12
18 - Fixed teeny version issue with Email::Sender::Simple
19
f2166d91 200.14 2010-01-09
b13ccbbc 21 - Ported over to using Email::Sender::Simple, and Moose
22 - Fixed Mason test so that it doesn't choke, as around 'process' seems to make
23 it die.
24
b7b30250 250.13 2009-02-22 14:06:00
26 - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
27
e512f6ca 280.12 2009-01-22 06:52:00
29 - Fixing tests for new versions of MIME::Creator
30 - Better structure of the code so that ::Template can also handle
31 plain text views
32 - Added onto troubleshooting
33
340.11 2008-07-04 09:14:00
35 - Fixing a bug where content-type was ignored so multipart/alternative
36 failed. RT #32215
37
4a44bcd3 380.10 2007-11-22 23:00:00
ea115f9b 39 - Refactored by Alexander Hartmaier with api changes
4a44bcd3 40 and POD improvements
06afcdbc 41
8b10ee55 420.06
43 - Fixing some slight issues with configuration not being handled
44 appropriately (thanks dwc and mst)
450.05
46 - Better support for configuration
47 - Adding Mason tests
48
607b7389 490.04
50 - Fixing MANIFEST, distribution
51
520.03
53 - Improved handling of configuration, thanks to mst.
54
550.02
56 - Allow configuration from application or ConfigLoader
57 - Minor POD updates
58
590.01 2007-06-03
60 - Initial release