bumped version, prettied up Changes
[catagits/Catalyst-View-Email.git] / Changes
CommitLineData
607b7389 1Revision history for Perl extension Catalyst::View::Email.
2
f2166d91 30.14 2010-01-09
b13ccbbc 4 - Ported over to using Email::Sender::Simple, and Moose
5 - Fixed Mason test so that it doesn't choke, as around 'process' seems to make
6 it die.
7
b7b30250 80.13 2009-02-22 14:06:00
9 - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
10
e512f6ca 110.12 2009-01-22 06:52:00
12 - Fixing tests for new versions of MIME::Creator
13 - Better structure of the code so that ::Template can also handle
14 plain text views
15 - Added onto troubleshooting
16
170.11 2008-07-04 09:14:00
18 - Fixing a bug where content-type was ignored so multipart/alternative
19 failed. RT #32215
20
4a44bcd3 210.10 2007-11-22 23:00:00
ea115f9b 22 - Refactored by Alexander Hartmaier with api changes
4a44bcd3 23 and POD improvements
06afcdbc 24
8b10ee55 250.06
26 - Fixing some slight issues with configuration not being handled
27 appropriately (thanks dwc and mst)
280.05
29 - Better support for configuration
30 - Adding Mason tests
31
607b7389 320.04
33 - Fixing MANIFEST, distribution
34
350.03
36 - Improved handling of configuration, thanks to mst.
37
380.02
39 - Allow configuration from application or ConfigLoader
40 - Minor POD updates
41
420.01 2007-06-03
43 - Initial release