diff options
-rw-r--r-- | guides/source/4_2_release_notes.md | 4 |
1 files changed, 2 insertions, 2 deletions
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) |