diff options
author | eileencodes <eileencodes@gmail.com> | 2016-06-29 19:44:17 -0400 |
---|---|---|
committer | eileencodes <eileencodes@gmail.com> | 2016-06-29 19:44:17 -0400 |
commit | 010548ab41623bb0220a38434da1cdb9ead35306 (patch) | |
tree | cdd90f575eb101ba77b544e08e2410014da99bb8 /guides | |
parent | 2ee57cc9a00f883219ec26d916f182f33609385a (diff) | |
download | rails-010548ab41623bb0220a38434da1cdb9ead35306.tar.gz rails-010548ab41623bb0220a38434da1cdb9ead35306.tar.bz2 rails-010548ab41623bb0220a38434da1cdb9ead35306.zip |
Add note about release notes in upgrade guide
It's useful to have a link to the release notes in the upgrade guide for
a clearer view of what changed in Rails.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md index 1adff4c51e..175603cffa 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -68,6 +68,8 @@ Don't forget to review the difference, to see if there were any unexpected chang Upgrading from Rails 4.2 to Rails 5.0 ------------------------------------- +For more information on changes made to Rails 5.0 please see the [release notes](https://github.com/rails/rails/blob/5-0-stable/guides/source/5_0_release_notes.md). + ### Ruby 2.2.2+ required From Ruby on Rails 5.0 onwards, Ruby 2.2.2+ is the only supported Ruby version. |