Update changelog in prep for release
[catagits/Catalyst-View-ContentNegotiation-XHTML.git] / Changes
CommitLineData
48c30526 11.102
2 - Add Vary header to prevent potential problems with downstream caches
b064d5c4 31.101
4 - Fix dependencies in Makefile.PL, merge fail :/
e2e866b4 51.100
6 - Refactor into a Moose Role for use with alternate views. (rafl)
7 - Additional documentation (t0m)
8e61c4b2 8 - Clone request headers rather than changing them (t0m)
e2e866b4 91.004
10 - Nick the OSX fragment out of the Catalyst::Runtime Makefile.PL to
11 beat my Mac into generating a correct dist. (t0m)
121.003
13 - Fixes an tests to be fully Internet Explorer compatible (David Dorward)
14 - Change to MRO::Compat for perl 5.10 (t0m)
151.002 2008-12-13
16 - Add 'use Class::C3' so that the module works on the currently
17 released Catalyst version. (t0m)
181.001 2008-12-12
19 - Add tests for other Accept header cases where the current code
20 will get it wrong. (David Dorward)
21 - Fix all of these tests. (t0m)
221.000 2008-12-12
23 - First working version of the module extracted from the quick hack
24 I have in every Catalyst application I've ever written. (t0m)