aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-10-28 09:48:01 -0700
committerGodfrey Chan <godfreykfc@gmail.com>2014-10-28 09:48:01 -0700
commit0cd6c0842d6e003c49b3ea549b9a7d4be182c02a (patch)
tree981edcf5ecaffdd763a58e34972199ed6b5c9e76
parentaa1fadd48fb40dd9396a383696134a259aa59db9 (diff)
downloadrails-0cd6c0842d6e003c49b3ea549b9a7d4be182c02a.tar.gz
rails-0cd6c0842d6e003c49b3ea549b9a7d4be182c02a.tar.bz2
rails-0cd6c0842d6e003c49b3ea549b9a7d4be182c02a.zip
Mention only_path deprecation in release notes [ci skip]
-rw-r--r--guides/source/4_2_release_notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md
index d903752cff..d9f49aac55 100644
--- a/guides/source/4_2_release_notes.md
+++ b/guides/source/4_2_release_notes.md
@@ -395,6 +395,9 @@ Please refer to the [Changelog][action-pack] for detailed changes.
### Deprecations
+* Deprecated the `only_path` option on `*_path` helpers.
+ ([Commit](https://github.com/rails/rails/commit/aa1fadd48fb40dd9396a383696134a259aa59db9))
+
* Deprecated `assert_tag`, `assert_no_tag`, `find_tag` and `find_all_tag` in
favor of `assert_select`.
([Commit](https://github.com/rails/rails-dom-testing/commit/b12850bc5ff23ba4b599bf2770874dd4f11bf750))