Updated changelog, fixed MANIFEST and META.yml
[catagits/Catalyst-View-Email.git] / Changes
1 Revision history for Perl extension Catalyst::View::Email.
2
3 0.17    2010-01-14
4         - fixed MANIFEST
5
6 0.16    2010-01-12
7         - Fixed a Makefile.PL issue
8
9 0.15    2010-01-12
10         - Fixed teeny version issue with Email::Sender::Simple
11
12 0.14    2010-01-09
13         - Ported over to using Email::Sender::Simple, and Moose
14                 - Fixed Mason test so that it doesn't choke, as around 'process' seems to make
15                   it die.
16
17 0.13    2009-02-22 14:06:00
18         - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
19
20 0.12    2009-01-22 06:52:00
21         - Fixing tests for new versions of MIME::Creator
22         - Better structure of the code so that ::Template can also handle
23           plain text views
24         - Added onto troubleshooting
25
26 0.11    2008-07-04 09:14:00
27         - Fixing a bug where content-type was ignored so multipart/alternative
28           failed.  RT #32215
29
30 0.10    2007-11-22 23:00:00
31         - Refactored by Alexander Hartmaier with api changes
32           and POD improvements
33
34 0.06
35         - Fixing some slight issues with configuration not being handled
36           appropriately (thanks dwc and mst)
37 0.05
38         - Better support for configuration
39         - Adding Mason tests
40
41 0.04
42         - Fixing MANIFEST, distribution
43
44 0.03
45         - Improved handling of configuration, thanks to mst.
46
47 0.02
48         - Allow configuration from application or ConfigLoader
49         - Minor POD updates
50
51 0.01  2007-06-03
52         - Initial release