diff options
author | Yuji Yaginuma <yuuji.yaginuma@gmail.com> | 2018-03-14 07:55:25 +0900 |
---|---|---|
committer | Yuji Yaginuma <yuuji.yaginuma@gmail.com> | 2018-03-14 07:55:25 +0900 |
commit | a489cc81b6aa1187b169ddccc92f4c077fe0408f (patch) | |
tree | fa6276df0120110db4e805e54f6894b3c67f68a1 | |
parent | f7e7fdc52c35f61eaf0c11dbeb0a267baa0acb82 (diff) | |
download | rails-a489cc81b6aa1187b169ddccc92f4c077fe0408f.tar.gz rails-a489cc81b6aa1187b169ddccc92f4c077fe0408f.tar.bz2 rails-a489cc81b6aa1187b169ddccc92f4c077fe0408f.zip |
Remove entry that was backported to Rails 5.1.3. [ci skip]
-rw-r--r-- | guides/source/5_2_release_notes.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/guides/source/5_2_release_notes.md b/guides/source/5_2_release_notes.md index 1136f3303c..3c36ba5f7a 100644 --- a/guides/source/5_2_release_notes.md +++ b/guides/source/5_2_release_notes.md @@ -189,9 +189,6 @@ Please refer to the [Changelog][railties] for detailed changes. * Clear screenshot files in `tmp:clear` task. ([Pull Request](https://github.com/rails/rails/pull/29534)) -* Allow mounting the same engine several times in different locations. - ([Pull Request](https://github.com/rails/rails/pull/29662)) - * Load environment file in `dbconsole` command. ([Pull Request](https://github.com/rails/rails/pull/29725)) |