aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
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 /guides/source
parent3ac8118bc4d10bed3c20af4654b5d03a064d5ade (diff)
downloadrails-0c4f3af7399e101384bfa521e195b4a75921a383.tar.gz
rails-0c4f3af7399e101384bfa521e195b4a75921a383.tar.bz2
rails-0c4f3af7399e101384bfa521e195b4a75921a383.zip
CHANGELOG and release notes entry for #16056
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/4_2_release_notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md
index 1bb912b678..d4acbcdc0b 100644
--- a/guides/source/4_2_release_notes.md
+++ b/guides/source/4_2_release_notes.md
@@ -262,6 +262,10 @@ for detailed changes.
* Added support for user-created range types in PostgreSQL adapter.
([Commit](https://github.com/rails/rails/commit/4cb47167e747e8f9dc12b0ddaf82bdb68c03e032))
+* Added a `:required` option to singular associations, which defines a
+ presence validation on the association.
+ ([Pull Request](https://github.com/rails/rails/pull/16056))
+
Active Model
------------