From 1ed19fc535972efb67cdbf532f2faafb1f490e9b Mon Sep 17 00:00:00 2001 From: Godfrey Chan Date: Fri, 6 Jun 2014 18:44:30 -0700 Subject: First pass at Rails 4.2 release notes [ci skip] --- guides/source/4_2_release_notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides/source/4_2_release_notes.md') diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md index 7782b900ad..be007f93a7 100644 --- a/guides/source/4_2_release_notes.md +++ b/guides/source/4_2_release_notes.md @@ -61,9 +61,9 @@ Please refer to the [Changelog](https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md) for detailed changes. -### Removals +### Deprecations -* Removed support for setting the `to:` option of a router to a symbol or a +* Deprecated support for setting the `to:` option of a router to a symbol or a string that does not contain a `#` character: get '/posts', to: MyRackApp => (No change necessary) -- cgit v1.2.3