aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/3_0_release_notes.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-02-05 10:24:40 +0100
committerXavier Noria <fxn@hashref.com>2010-02-05 10:24:40 +0100
commit8b38137b0d78843ed7ebee9d87446a9191416c05 (patch)
treeff3d224aa47b9f4c48244675f969558044eea0e9 /railties/guides/source/3_0_release_notes.textile
parent2388753ba7e342358a964aa962434f3aed8d9208 (diff)
downloadrails-8b38137b0d78843ed7ebee9d87446a9191416c05.tar.gz
rails-8b38137b0d78843ed7ebee9d87446a9191416c05.tar.bz2
rails-8b38137b0d78843ed7ebee9d87446a9191416c05.zip
release notes: put removals to Regexp in the same list item, grouped as the rest
Diffstat (limited to 'railties/guides/source/3_0_release_notes.textile')
-rw-r--r--railties/guides/source/3_0_release_notes.textile3
1 files changed, 1 insertions, 2 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile
index db85ee0f2b..789060459e 100644
--- a/railties/guides/source/3_0_release_notes.textile
+++ b/railties/guides/source/3_0_release_notes.textile
@@ -530,8 +530,7 @@ The following methods have been removed because they are no longer used in the f
* <tt>Object#remove_subclasses_of</tt>, <tt>Object#subclasses_of</tt>, <tt>Object#extend_with_included_modules_from</tt>, <tt>Object#extended_by</tt>
* <tt>Class#subclasses</tt>, <tt>Class#reachable?</tt>, <tt>Class#remove_class</tt>
-* <tt>Regexp#number_of_captures</tt>
-* <tt>Regexp.unoptionalize</tt>, <tt>Regexp.optionalize</tt>, <tt>Regexp#number_of_captures</tt>
+* <tt>Regexp#number_of_captures</tt>, <tt>Regexp.unoptionalize</tt>, <tt>Regexp.optionalize</tt>, <tt>Regexp#number_of_captures</tt>
h3. Action Mailer