mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
NEWS for [Feature #18172] [ci skip]
This commit is contained in:
parent
f2cb6288bc
commit
aa3d8388c0
1 changed files with 7 additions and 0 deletions
7
NEWS.md
7
NEWS.md
|
@ -111,6 +111,12 @@ Outstanding ones only.
|
|||
|
||||
* Integer.try_convert is added. [[Feature #15211]]
|
||||
|
||||
* MatchData
|
||||
|
||||
* MatchData#match is added [[Feature #18172]]
|
||||
|
||||
* MatchData#match_length is added [[Feature #18172]]
|
||||
|
||||
* Module
|
||||
|
||||
* Module#prepend now modifies the ancestor chain if the receiver
|
||||
|
@ -247,3 +253,4 @@ Excluding feature bug fixes.
|
|||
[Feature #18008]: https://bugs.ruby-lang.org/issues/18008
|
||||
[Feature #18015]: https://bugs.ruby-lang.org/issues/18015
|
||||
[Feature #18029]: https://bugs.ruby-lang.org/issues/18029
|
||||
[Feature #18172]: https://bugs.ruby-lang.org/issues/18172
|
||||
|
|
Loading…
Add table
Reference in a new issue