diff options
author | प्रथमेश Sonpatki <csonpatki@gmail.com> | 2019-04-20 23:46:12 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-20 23:46:12 +0530 |
commit | 80b7d58f34a965fc0269ab7e0efa86d39b86be56 (patch) | |
tree | 3823e6c06297bc84845fe448656e6d0b2ea1e0c5 /guides/source/6_0_release_notes.md | |
parent | 96cf7e0e676c54cb8177de146efa27ed49c4b8c6 (diff) | |
download | rails-80b7d58f34a965fc0269ab7e0efa86d39b86be56.tar.gz rails-80b7d58f34a965fc0269ab7e0efa86d39b86be56.tar.bz2 rails-80b7d58f34a965fc0269ab7e0efa86d39b86be56.zip |
Add release notes for changes in the guides for Rails 6 [ci skip] (#36046)
Diffstat (limited to 'guides/source/6_0_release_notes.md')
-rw-r--r-- | guides/source/6_0_release_notes.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/guides/source/6_0_release_notes.md b/guides/source/6_0_release_notes.md index f1f41dc8fc..0dfaac8ec1 100644 --- a/guides/source/6_0_release_notes.md +++ b/guides/source/6_0_release_notes.md @@ -551,6 +551,15 @@ Please refer to the [Changelog][guides] for detailed changes. ### Notable changes +* Add a section about troubleshooting of autoloading constants. + ([Commit](https://github.com/rails/rails/commit/c03bba4f1f03bad7dc034af555b7f2b329cf76f5)) + +* Add Action Mailbox Basics guide. + ([Pull Request](https://github.com/rails/rails/pull/34812)) + +* Add Action Text Overview guide. + ([Pull Request](https://github.com/rails/rails/pull/34878)) + Credits ------- |