aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_2_release_notes.md
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-08-18 21:36:45 -0700
committerGodfrey Chan <godfreykfc@gmail.com>2014-08-18 21:36:45 -0700
commit96b58bb927ffa964b97e3768f3dc37379373e408 (patch)
tree8b13129efbca670300f98c7441e5faae6f8574cf /guides/source/4_2_release_notes.md
parent0d4d52a1cfe22e012d51bd716bba3714aead24ed (diff)
downloadrails-96b58bb927ffa964b97e3768f3dc37379373e408.tar.gz
rails-96b58bb927ffa964b97e3768f3dc37379373e408.tar.bz2
rails-96b58bb927ffa964b97e3768f3dc37379373e408.zip
Mention deprecation of assert_select and friends in the release notes [ci skip]
Diffstat (limited to 'guides/source/4_2_release_notes.md')
-rw-r--r--guides/source/4_2_release_notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md
index 58aa2d35d1..bf6d387145 100644
--- a/guides/source/4_2_release_notes.md
+++ b/guides/source/4_2_release_notes.md
@@ -153,6 +153,10 @@ Please refer to the [Changelog][action-pack] for detailed changes.
### Deprecations
+* 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))
+
* Deprecated support for setting the `:to` option of a router to a symbol or a
string that does not contain a `#` character: