updated changelog finally
[catagits/Catalyst-View-Email.git] / Changes
CommitLineData
607b7389 1Revision history for Perl extension Catalyst::View::Email.
2
1ff51b93 30.23 2010-01-30
4 - removed Email::Send::Test from t/lib/* views
5
60.22 2010-01-28
7 - small fixes, version bumpage etc
8
90.21_01 2010-01-27
10 - dev release to test recent fixes
11
120.21 2010-01-27
13 - provided a sane MANIFEST.SKIP for dzil
14
cbfdc762 150.20 2010-01-26
16 - fix transport instantiation thanks to Chris Nehren <apeiron@cpan.org>
17
38a2ba64 180.19 2010-01-18
19 - fixed optional dependencies
20 - added META stuff back in
21
e6826f98 220.18 2010-01-17
23 - Fixed version dependencies for failing regressions
24 - added Email::Send::Test as a dependency
25
3845256a 260.17 2010-01-14
27 - fixed MANIFEST
28
290.16 2010-01-12
30 - Fixed a Makefile.PL issue
31
4d4ba7ae 320.15 2010-01-12
33 - Fixed teeny version issue with Email::Sender::Simple
34
f2166d91 350.14 2010-01-09
b13ccbbc 36 - Ported over to using Email::Sender::Simple, and Moose
37 - Fixed Mason test so that it doesn't choke, as around 'process' seems to make
38 it die.
39
b7b30250 400.13 2009-02-22 14:06:00
41 - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
42
e512f6ca 430.12 2009-01-22 06:52:00
44 - Fixing tests for new versions of MIME::Creator
45 - Better structure of the code so that ::Template can also handle
46 plain text views
47 - Added onto troubleshooting
48
490.11 2008-07-04 09:14:00
50 - Fixing a bug where content-type was ignored so multipart/alternative
51 failed. RT #32215
52
4a44bcd3 530.10 2007-11-22 23:00:00
ea115f9b 54 - Refactored by Alexander Hartmaier with api changes
4a44bcd3 55 and POD improvements
06afcdbc 56
8b10ee55 570.06
58 - Fixing some slight issues with configuration not being handled
59 appropriately (thanks dwc and mst)
600.05
61 - Better support for configuration
62 - Adding Mason tests
63
607b7389 640.04
65 - Fixing MANIFEST, distribution
66
670.03
68 - Improved handling of configuration, thanks to mst.
69
700.02
71 - Allow configuration from application or ConfigLoader
72 - Minor POD updates
73
740.01 2007-06-03
75 - Initial release