From 010548ab41623bb0220a38434da1cdb9ead35306 Mon Sep 17 00:00:00 2001 From: eileencodes Date: Wed, 29 Jun 2016 19:44:17 -0400 Subject: 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. --- guides/source/upgrading_ruby_on_rails.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'guides') 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. -- cgit v1.2.3