diff options
author | Godfrey Chan <godfreykfc@gmail.com> | 2014-06-06 18:44:30 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-06-13 12:27:17 -0700 |
commit | 1ed19fc535972efb67cdbf532f2faafb1f490e9b (patch) | |
tree | 733d960970a841659d9672b06435407831fda3bd /guides | |
parent | 88421bd7e543eb0a80477b40030fe269c9d65a86 (diff) | |
download | rails-1ed19fc535972efb67cdbf532f2faafb1f490e9b.tar.gz rails-1ed19fc535972efb67cdbf532f2faafb1f490e9b.tar.bz2 rails-1ed19fc535972efb67cdbf532f2faafb1f490e9b.zip |
First pass at Rails 4.2 release notes [ci skip]
Diffstat (limited to 'guides')
-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) |