summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorVladimir Dementyev <dementiev.vm@gmail.com>2023-04-18 19:19:31 -0400
committerGitHub <noreply@github.com>2023-04-19 11:19:31 +1200
commitb09f5c7bf79d347aa6ed92964cff16d7da008ad9 (patch)
tree7166e834c07ed543bd9c1b86578748b718fddcf8 /NEWS.md
parent2dff1d4fdabd0fafeeac675baaaf7b06bb3150f9 (diff)
MatchData#named_captures: add optional symbolize_names keyword (#6952)
Notes
Notes: Merged-By: ioquatix <samuel@codeotaku.com>
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 7c802b5146..e8e7ac3fe2 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -30,6 +30,10 @@ Note: We're only listing outstanding class updates.
* `Dir#chdir` added for changing the directory to the directory specified
by the provided `Dir` object. [[Feature #19347]]
+* MatchData
+
+ * MatchData#named_captures now accepts optional `symbolize_names` keyword. [[Feature #19591]]
+
* String
* `String#unpack` now raises ArgumentError for unknown directives. [[Bug #19150]]