summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorVladimir Dementyev <dementiev.vm@gmail.com>2022-08-05 20:13:09 -0400
committerKazuki Tsujimoto <kazuki@callcc.net>2022-10-10 12:41:13 +0900
commit4954c9fc0f9d06aa4e3e8deb33b41f3fae294adc (patch)
tree5874913d47d954cb471e3fba98f534e54903d2f9 /NEWS.md
parent546566d34b37fb5a028bcbe6bafa8248877f06ca (diff)
Add MatchData#deconstruct/deconstruct_keys
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6216
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index e675babdcf..a355d91d7d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -141,6 +141,8 @@ Note: We're only listing outstanding class updates.
* MatchData
* MatchData#byteoffset has been added. [[Feature #13110]]
+ * MatchData#deconstruct has been added. [[Feature #18821]]
+ * MatchData#deconstruct_keys has been added. [[Feature #18821]]
* Module
* Module.used_refinements has been added. [[Feature #14332]]