aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_2_release_notes.md
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-11-25 03:56:39 -0800
committerGodfrey Chan <godfreykfc@gmail.com>2014-11-25 03:56:39 -0800
commitc71025123472d3fa8b0a47605257993dca1f23b3 (patch)
treea1af74bda0cee4a0bffc9cf7b21ce41fa367f9c7 /guides/source/4_2_release_notes.md
parenta50bf9d9a7ac10ef3426cf7c98135ac2e61369be (diff)
downloadrails-c71025123472d3fa8b0a47605257993dca1f23b3.tar.gz
rails-c71025123472d3fa8b0a47605257993dca1f23b3.tar.bz2
rails-c71025123472d3fa8b0a47605257993dca1f23b3.zip
:scissors: TODO
Diffstat (limited to 'guides/source/4_2_release_notes.md')
-rw-r--r--guides/source/4_2_release_notes.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md
index a9e134c18d..622df3ce24 100644
--- a/guides/source/4_2_release_notes.md
+++ b/guides/source/4_2_release_notes.md
@@ -228,10 +228,9 @@ for more detail on the changes in the new sanitizer.
### `assert_select`
-`assert_select` is now based on Nokogiri, making it (TODO: betterer).
-
-As a result, some previously-valid selectors are now unsupported. If your
-application is using any of these spellings, you will need to update them:
+`assert_select` is now based on Nokogiri. As a result, some previously-valid
+selectors are now unsupported. If your application is using any of these
+spellings, you will need to update them:
* Values in attribute selectors may need to be quoted if they contain
non-alphanumeric characters.