aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/CHANGELOG.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index cd17b1a73f..09e6ede064 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,10 +1,5 @@
## 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.