diff options
author | Abhay Nikam <nikam.abhay1@gmail.com> | 2019-07-31 18:40:50 +0530 |
---|---|---|
committer | Abhay Nikam <nikam.abhay1@gmail.com> | 2019-08-01 19:59:41 +0530 |
commit | 0db87b9908ffaeca30306937584b9ccb8d2828e1 (patch) | |
tree | 20eddfc46c689a5f8ff6233692366f0610f1f0fe | |
parent | 4c8c8c87b07844b26564ca6aa2052660e601bc3d (diff) | |
download | rails-0db87b9908ffaeca30306937584b9ccb8d2828e1.tar.gz rails-0db87b9908ffaeca30306937584b9ccb8d2828e1.tar.bz2 rails-0db87b9908ffaeca30306937584b9ccb8d2828e1.zip |
Added multiple database Active Record guide entry to the release notes [ci skip]
-rw-r--r-- | guides/source/6_0_release_notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/6_0_release_notes.md b/guides/source/6_0_release_notes.md index 7c5478a03d..36b42db6b2 100644 --- a/guides/source/6_0_release_notes.md +++ b/guides/source/6_0_release_notes.md @@ -1002,6 +1002,9 @@ Please refer to the [Changelog][guides] for detailed changes. ### Notable changes +* Add Multiple Databases with Active Record guide. + ([Pull Request](https://github.com/rails/rails/pull/36389)) + * Add a section about troubleshooting of autoloading constants. ([Commit](https://github.com/rails/rails/commit/c03bba4f1f03bad7dc034af555b7f2b329cf76f5)) |