mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
release notes: put removals to Regexp in the same list item, grouped as the rest
This commit is contained in:
parent
2388753ba7
commit
8b38137b0d
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue