From: Florian Ragwitz Date: Fri, 29 Apr 2011 12:22:55 +0000 (+0200) Subject: Changelog the switch to PassphraseColumn X-Git-Tag: 5.8007~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=a15898744695670b874fe72c4ab81d4691058490 Changelog the switch to PassphraseColumn --- diff --git a/Changes b/Changes index c2c50c5..9bf986a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Catalyst-Manual + - Tutorial + - Switch to use of DBIx::Class::PassphraseColumn for hashed & salted + passwords. It's much more flexible than the previously used + DBIx::Class::EncodedColumn. + 5.8006 29 Feb 2011 - Fix metadata to refer to the new git repository - Cookbook