aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorSean Griffin <sean@thoughtbot.com>2014-07-04 18:47:00 -0600
committerSean Griffin <sean@thoughtbot.com>2014-07-04 18:47:00 -0600
commit0c4f3af7399e101384bfa521e195b4a75921a383 (patch)
tree18ac89dd4848522350344efcfcae33054c04d74f /activerecord
parent3ac8118bc4d10bed3c20af4654b5d03a064d5ade (diff)
downloadrails-0c4f3af7399e101384bfa521e195b4a75921a383.tar.gz
rails-0c4f3af7399e101384bfa521e195b4a75921a383.tar.bz2
rails-0c4f3af7399e101384bfa521e195b4a75921a383.zip
CHANGELOG and release notes entry for #16056
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 83510c40c8..21075d0636 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Add a `:required` option to singular associations, providing a nicer
+ API for presence validations on associations.
+
+ *Sean Griffin*
+
* Fixed error in `reset_counters` when associations have `select` scope.
(Call to `count` generates invalid SQL.)