From e550bbf8fc3c58238b2ee8f4175777af71d8016d Mon Sep 17 00:00:00 2001 From: Sean Griffin Date: Tue, 23 Dec 2014 07:20:39 -0700 Subject: Changelog for 99a6f9e60ea55924b44f894a16f8de0162cf2702 Here you go, @senny. :grin: --- activerecord/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- cgit v1.2.3