1
0
Fork 0
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:
Nobuyoshi Nakada 2021-09-16 19:55:31 +09:00
parent f2cb6288bc
commit aa3d8388c0
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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