X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=aad6fdf89039ffcbef3f174aee2f258d22dd574b;hb=master;hp=a1c87e110975cf774d8ca874c662d361b7ba227f;hpb=4332afab97ea8e5e0f92bad849d69c273fbc2086;p=catagits%2FCatalyst-Authentication-Credential-HTTP-Proxy.git diff --git a/Changes b/Changes index a1c87e1..aad6fdf 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,26 @@ -0.03 +0.06 2009-07-13 + - Remove incorrectly shipped Catalyst::Plugin::Authentication::Credential::HTTP::User class + - Fix misleading 'password' in documentation (because this module + doesn't check against store passwords) (Ian Wells) + +0.05 2009-01-04 + - Start releasing using ShipIt + - Remove use of _config accessor, which I'd stupidly cargo-culted. + - Fix MANIFEST + - Add pod spelling test + +0.04 2008-09-25 + - Change namespace to remove ::Plugin:: for new auth framework. + - Gutted most of the code in the module by subclassing + Catalyst::Authentication::Credential::HTTP. + +0.03 2007-07-18 + - Fix broken test + +0.02 2007-04-26 + - switch to Module::Install + +0.01 2006-04-18 13:35:00 - $store->get_user now gets the user name as the first arg for maximum - compatibility. + compatibility with stores. + - Doc fixes