aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index 7dfc76ea8f..d98df4cb91 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,10 +1,5 @@
## Rails 3.2.10 (unreleased) ##
-* Fix `validates_presence_of` with `:allow_nil` or `:allow_blank` options.
- Fixes #8621.
-
- *Colin Kelley and Rafael Mendonça França*
-
* Specify type of singular association during serialization *Steve Klabnik*