bumped version, prettied up Changes
[catagits/Catalyst-View-Email.git] / Changes
1 Revision history for Perl extension Catalyst::View::Email.
2
3 0.14    2010-01-09
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
8 0.13    2009-02-22 14:06:00
9         - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
10
11 0.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
17 0.11    2008-07-04 09:14:00
18         - Fixing a bug where content-type was ignored so multipart/alternative
19           failed.  RT #32215
20
21 0.10    2007-11-22 23:00:00
22         - Refactored by Alexander Hartmaier with api changes
23           and POD improvements
24
25 0.06
26         - Fixing some slight issues with configuration not being handled
27           appropriately (thanks dwc and mst)
28 0.05
29         - Better support for configuration
30         - Adding Mason tests
31
32 0.04
33         - Fixing MANIFEST, distribution
34
35 0.03
36         - Improved handling of configuration, thanks to mst.
37
38 0.02
39         - Allow configuration from application or ConfigLoader
40         - Minor POD updates
41
42 0.01  2007-06-03
43         - Initial release