05template now passes
[catagits/Catalyst-View-Email.git] / Changes
1 Revision history for Perl extension Catalyst::View::Email.
2
3 0.13    2009-02-22 14:06:00
4         - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
5
6 0.12    2009-01-22 06:52:00
7         - Fixing tests for new versions of MIME::Creator
8         - Better structure of the code so that ::Template can also handle
9           plain text views
10         - Added onto troubleshooting
11
12 0.11    2008-07-04 09:14:00
13         - Fixing a bug where content-type was ignored so multipart/alternative
14           failed.  RT #32215
15
16 0.10    2007-11-22 23:00:00
17         - Refactored by Alexander Hartmaier with api changes
18           and POD improvements
19
20 0.06
21         - Fixing some slight issues with configuration not being handled
22           appropriately (thanks dwc and mst)
23 0.05
24         - Better support for configuration
25         - Adding Mason tests
26
27 0.04
28         - Fixing MANIFEST, distribution
29
30 0.03
31         - Improved handling of configuration, thanks to mst.
32
33 0.02
34         - Allow configuration from application or ConfigLoader
35         - Minor POD updates
36
37 0.01  2007-06-03
38         - Initial release