diff options
author | Godfrey Chan <godfreykfc@gmail.com> | 2014-11-25 03:56:39 -0800 |
---|---|---|
committer | Godfrey Chan <godfreykfc@gmail.com> | 2014-11-25 03:56:39 -0800 |
commit | c71025123472d3fa8b0a47605257993dca1f23b3 (patch) | |
tree | a1af74bda0cee4a0bffc9cf7b21ce41fa367f9c7 /guides/source | |
parent | a50bf9d9a7ac10ef3426cf7c98135ac2e61369be (diff) | |
download | rails-c71025123472d3fa8b0a47605257993dca1f23b3.tar.gz rails-c71025123472d3fa8b0a47605257993dca1f23b3.tar.bz2 rails-c71025123472d3fa8b0a47605257993dca1f23b3.zip |
:scissors: TODO
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/4_2_release_notes.md | 7 |
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. |