X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=75c5efec5dd981ee1ad78e3e5ba569d339d1a102;hb=534ef59dec51b95f31e80bc0cff4a5bbfe1e556a;hp=874f40f63239861a886ae5b408bfd2dbf927e742;hpb=0de2d0935e9fd36c8b78db3cbae6d342cd963adf;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/Changes b/Changes index 874f40f..75c5efe 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,11 @@ Revision history for Perl extension Catalyst::Plugin::Authentication -0.10014 Wed Jul 1 17:40:38 BST 2009 +0.10014 Tue Aug 25 15:42:57 BST 2009 + + - Don't always supply an "id" column in the authinfo passed to the store + class in ::Credential::Remote. This means that it works better with + the DBIC store. (t0m) + - Make auth_realms method ensure authentication is initialized before calling methods which get created during auth initialization. Fixes back compat cases where auth store is in the plugin list