02b26171bbaf6c87e10f46c9d17fb7fc28fff74c
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / Changes
1         - Fix misleading 'password' in documentation (because this module
2           doesn't check against store passwords) (Ian Wells)
3
4 0.05  2009-01-04
5         - Start releasing using ShipIt
6         - Remove use of _config accessor, which I'd stupidly cargo-culted. 
7         - Fix MANIFEST
8         - Add pod spelling test
9
10 0.04   2008-09-25
11         - Change namespace to remove ::Plugin:: for new auth framework.
12         - Gutted most of the code in the module by subclassing 
13           Catalyst::Authentication::Credential::HTTP.
14
15 0.03    2007-07-18
16         - Fix broken test
17
18 0.02    2007-04-26
19         - switch to Module::Install
20
21 0.01    2006-04-18 13:35:00
22         - $store->get_user now gets the user name as the first arg for maximum
23           compatibility with stores.
24         - Doc fixes