Checking in changes prior to tagging of version 1.101. Changelog diff is:
[catagits/Catalyst-View-ContentNegotiation-XHTML.git] / Changes
CommitLineData
b064d5c4 11.101
2 - Fix dependencies in Makefile.PL, merge fail :/
e2e866b4 31.100
4 - Refactor into a Moose Role for use with alternate views. (rafl)
5 - Additional documentation (t0m)
8e61c4b2 6 - Clone request headers rather than changing them (t0m)
e2e866b4 71.004
8 - Nick the OSX fragment out of the Catalyst::Runtime Makefile.PL to
9 beat my Mac into generating a correct dist. (t0m)
101.003
11 - Fixes an tests to be fully Internet Explorer compatible (David Dorward)
12 - Change to MRO::Compat for perl 5.10 (t0m)
131.002 2008-12-13
14 - Add 'use Class::C3' so that the module works on the currently
15 released Catalyst version. (t0m)
161.001 2008-12-12
17 - Add tests for other Accept header cases where the current code
18 will get it wrong. (David Dorward)
19 - Fix all of these tests. (t0m)
201.000 2008-12-12
21 - First working version of the module extracted from the quick hack
22 I have in every Catalyst application I've ever written. (t0m)