From 9647d4b6f4483f4fc88775020f125c61634192fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 26 Dec 2012 19:08:08 -0300 Subject: Add CHANGELOG entry for #8622 --- activemodel/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'activemodel/CHANGELOG.md') diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index 09e6ede064..cd17b1a73f 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -1,5 +1,10 @@ ## Rails 4.0.0 (unreleased) ## +* Fix `validates_presence_of` with `:allow_nil` or `:allow_blank` options. + Fixes #8621. + + *Colin Kelley and Rafael Mendonça França* + * Add `ActiveModel::Validations::AbsenceValidator`, a validator to check the absence of attributes. -- cgit v1.2.3