diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2010-12-18 15:39:32 -0800 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2010-12-18 15:39:32 -0800 |
commit | 39b5ea6e01f6fc652cc63ab4e7e701cfaa9f9405 (patch) | |
tree | a7c273e878207e74edfdb6b5f85db21c48f69e79 /activemodel/CHANGELOG | |
parent | bcf4e4f2b02157cecc1f1727a95cdf5bfa471771 (diff) | |
download | rails-39b5ea6e01f6fc652cc63ab4e7e701cfaa9f9405.tar.gz rails-39b5ea6e01f6fc652cc63ab4e7e701cfaa9f9405.tar.bz2 rails-39b5ea6e01f6fc652cc63ab4e7e701cfaa9f9405.zip |
Switch from SHA2 to BCrypt (easy Windows compatibility is coming shortly with new compiled gem)
Diffstat (limited to 'activemodel/CHANGELOG')
-rw-r--r-- | activemodel/CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/CHANGELOG b/activemodel/CHANGELOG index a19d029217..9dd5e03685 100644 --- a/activemodel/CHANGELOG +++ b/activemodel/CHANGELOG @@ -1,6 +1,6 @@ *Rails 3.1.0 (unreleased)* -* Added ActiveModel::SecurePassword to encapsulate dead-simple password usage with SHA2 encryption and salting [DHH] +* Added ActiveModel::SecurePassword to encapsulate dead-simple password usage with BCrypt encryption and salting [DHH] *Rails 3.0.2 (unreleased)* |