X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=803ad7c44d484c642168972293ecbee46140db74;hb=61d22a88137fa6ec4265c2f211cdfd121c10bc4c;hp=c22f75eb24e375cf417da74cd5b1b2b373819bb1;hpb=6e2204bc4a736d56b5ed4f772416835e159a283d;p=catagits%2FCatalyst-Authentication-Credential-HTTP.git diff --git a/Changes b/Changes index c22f75e..803ad7c 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,12 @@ +1.013 2010-12-14 - Call store_digest_authorization_nonce() instead of $c->cache->set() in authenticate_digest() (RT#63669) (rjk) - Make Test::Exception and Test::MockObject be listed as test_requires rather than requires (RT#54029) - Skip WWW::Mech tests unless WWW::Mech is a new enough version (RT#55303). + - Improve documentation for authenticate_digest() (rjk) + - depends on Catalyst::Plugin::Cache, not Catalyst::Plugin::Session + - reorganize and clarify 1.012 2010-03-07 - Move actions out of the test applications to stop warnings.