1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Mention deprecation of assert_select and friends in the release notes [ci skip]

This commit is contained in:
Godfrey Chan 2014-08-18 21:36:45 -07:00
parent 0d4d52a1cf
commit 96b58bb927

View file

@ -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: