X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c8babb3ab6057e9d7e1088c5b1892b38bf99c906;hb=c30ad9df2c49e9f51435b03182a2bf263c69d63e;hp=35841146cd5641efbe00354739ad29fe85d6f77b;hpb=9db54bcf1221d2b68136ab83eb79b4963df38aea;p=catagits%2FCatalyst-Authentication-Store-DBIx-Class.git diff --git a/Changes b/Changes index 3584114..c8babb3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,36 @@ Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class + * Fix doc bugs. RT#87372 + * Fix calling User->can() as a class method. RT#90715 + +0.1505 2013-06-10 + * Fix RT#82944 - test fails on perl >= 5.17.3 + + * Return undef if there isn't a user. This will cause an exception + but a more helpful exception (probably from DBIC) than the inability + to call a method in this code. + +0.1504 2012-10-05 + * Make use_userdata_from_session use inflate_result since this is + already-stored data, not a "new" object being created + +0.1503 2011-12-08 + * Change docs to show $c->config('Plugin::Authentication' => {... + rather than $c->config->{authentication}. The new key, and method + rather than hash access style are both preferred and recommended. + +0.1502 2011-08-24 + * Switch repository to git (fREW Schmidt) + +0.1501 2011-06-17 + * If use_userdata_from_session isn't set, then don't store more + fields than we need in the session -- only the fields we need to + load the object from the DB again. + +0.1500 2010-11-16 + * Allow specifying a fully loaded DBIC result in addition to resultsets + of which only the first row is considered. + 0.1401 2010-11-16 * Fix call to ->load which was not passing $c