X-Git-Url: http://git.ieval.ro/?p=plack-middleware-auth-complex.git;a=blobdiff_plain;f=Changes;fp=Changes;h=893850bc45b47afbd5f674f0077e9a6aa1d786ad;hp=3667e699ee89cd95ddfad281228d5c82f033e833;hb=efd95ac23da5a640f92b86c77ff0e933998d2bbc;hpb=58b36d0a9ae89d54e341f17988b8f943a4943764 diff --git a/Changes b/Changes index 3667e69..893850b 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for Perl extension Plack::Middleware::Auth::Complex. +0.003 2017-07-15T16:55+01:00 + - Use Data::Entropy instead of Bytes::Random::Secure (since + Authen::Passphrase already uses Data::Entropy) + - Add support for the scrypt password hashing algorithm using + Authen::Passphrase::Scrypt + 0.002 2017-03-25T21:13+03:00 - Prevent blocking (use /dev/urandom instead of /dev/random) - Add a script to change user password (/usr/bin/passwd lookalike)