aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorSean Griffin <sean@thoughtbot.com>2014-12-23 07:20:39 -0700
committerSean Griffin <sean@thoughtbot.com>2014-12-23 07:21:43 -0700
commite550bbf8fc3c58238b2ee8f4175777af71d8016d (patch)
treea09ba2f0bde8323f6e5592b18a2b30d7195ca6f7 /activerecord/CHANGELOG.md
parentb994c0e03d8068f9c6a8e68cf003014a2e2c4bf4 (diff)
downloadrails-e550bbf8fc3c58238b2ee8f4175777af71d8016d.tar.gz
rails-e550bbf8fc3c58238b2ee8f4175777af71d8016d.tar.bz2
rails-e550bbf8fc3c58238b2ee8f4175777af71d8016d.zip
Changelog for 99a6f9e60ea55924b44f894a16f8de0162cf2702
Here you go, @senny. :grin:
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 0bcf6a14ec..f282029d22 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Add a `:foreign_key` option to `references` and associated migration
+ methods. The model and migration generators now use this option, rather than
+ the `add_foreign_key` form.
+
+ *Sean Griffin*
+
* Don't raise when writing an attribute with an out-of-range datetime passed
by the user.