Next version, handles falling back to plain text mails when Template is still in...
[catagits/Catalyst-View-Email.git] / Changes
CommitLineData
607b7389 1Revision history for Perl extension Catalyst::View::Email.
2
e512f6ca 30.12 2009-01-22 06:52:00
4 - Fixing tests for new versions of MIME::Creator
5 - Better structure of the code so that ::Template can also handle
6 plain text views
7 - Added onto troubleshooting
8
90.11 2008-07-04 09:14:00
10 - Fixing a bug where content-type was ignored so multipart/alternative
11 failed. RT #32215
12
4a44bcd3 130.10 2007-11-22 23:00:00
ea115f9b 14 - Refactored by Alexander Hartmaier with api changes
4a44bcd3 15 and POD improvements
06afcdbc 16
8b10ee55 170.06
18 - Fixing some slight issues with configuration not being handled
19 appropriately (thanks dwc and mst)
200.05
21 - Better support for configuration
22 - Adding Mason tests
23
607b7389 240.04
25 - Fixing MANIFEST, distribution
26
270.03
28 - Improved handling of configuration, thanks to mst.
29
300.02
31 - Allow configuration from application or ConfigLoader
32 - Minor POD updates
33
340.01 2007-06-03
35 - Initial release