summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 92b6ab0201..db4480aa45 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* String.new(capacity: size) [Feature #12024]
+* Symbol
+
+ * Symbol#match now returns MatchData. [Bug #11991]
+
* MatchData
* MatchData#named_captures [Feature #11999]