aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authorTrevor Turk <trevorturk@gmail.com>2012-11-14 09:42:54 -0600
committerTrevor Turk <trevorturk@gmail.com>2012-11-14 09:42:54 -0600
commit06faa6da808ef9e98455c35aefd4a4112c811c8f (patch)
tree4a2af25cbd23b2b91a1454a15f7890ffbfc80391 /activemodel/CHANGELOG.md
parent087150d9b7a73f20677f9bc3ff52fe66b1f1e549 (diff)
downloadrails-06faa6da808ef9e98455c35aefd4a4112c811c8f.tar.gz
rails-06faa6da808ef9e98455c35aefd4a4112c811c8f.tar.bz2
rails-06faa6da808ef9e98455c35aefd4a4112c811c8f.zip
Use BCrypt's MIN_COST in the test environment for speedier tests
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index aa42bf762f..133bb558a9 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ##
+* Use BCrypt's MIN_COST in the test environment for speedier tests when using `has_secure_pasword`.
+
+ *Brian Cardarella + Jeremy Kemper + Trevor Turk*
+
* Add `ActiveModel::ForbiddenAttributesProtection`, a simple module to
protect attributes from mass assignment when non-permitted attributes are passed.