X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=02b26171bbaf6c87e10f46c9d17fb7fc28fff74c;hb=12aaae346ac6e0ae2d7689e11ea46a0add6e4e5e;hp=f9b9b8f0a91ec596dd0eb390e248cad863ebe28f;hpb=71868e5df4f4bcdf0f923bda16c07d9a619ad2b8;p=catagits%2FCatalyst-Authentication-Credential-HTTP-Proxy.git diff --git a/Changes b/Changes index f9b9b8f..02b2617 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,24 @@ -0.03 2006-01-01 13:35:00 + - 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 with stores. - Doc fixes