actually add version note this time
[catagits/Catalyst-View-ContentNegotiation-XHTML.git] / Changes
1 1.100
2   - Refactor into a Moose Role for use with alternate views. (rafl)
3   - Additional documentation (t0m)
4 1.004
5   - Nick the OSX fragment out of the Catalyst::Runtime Makefile.PL to
6     beat my Mac into generating a correct dist. (t0m)
7 1.003
8   - Fixes an tests to be fully Internet Explorer compatible (David Dorward)
9   - Change to MRO::Compat for perl 5.10 (t0m)
10 1.002 2008-12-13
11   - Add 'use Class::C3' so that the module works on the currently 
12     released Catalyst version. (t0m)
13 1.001 2008-12-12
14   - Add tests for other Accept header cases where the current code
15     will get it wrong. (David Dorward)
16   - Fix all of these tests. (t0m)
17 1.000 2008-12-12
18   - First working version of the module extracted from the quick hack
19     I have in every Catalyst application I've ever written. (t0m)