From f8dcb365dfb8506c60297a4434f70f41b5259250 Mon Sep 17 00:00:00 2001 From: Yevhene Shemet Date: Wed, 6 Aug 2014 17:41:36 +0300 Subject: Allow password to contain spaces only. --- activemodel/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'activemodel/CHANGELOG.md') diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index 8d22e3ac46..b1a3d660d6 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -1,3 +1,9 @@ +* Passwords with spaces only allowed in `ActiveModel::SecurePassword`. + + Presence validation can be used to resore old behavior. + + *Yevhene Shemet* + * Validate options passed to `ActiveModel::Validations.validate`. Preventing, in many cases, the simple mistake of using `validate` instead of `validates`. -- cgit v1.2.3