summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 6199016643..bda2025fc6 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -40,6 +40,10 @@ Note: We're only listing outstanding class updates.
* Exception#set_backtrace now accepts arrays of Thread::Backtrace::Location.
Kernel#raise, Thread#raise and Fiber#raise also accept this new format. [[Feature #13557]]
+* MatchData
+
+ * MatchData#bytebegin and MatchData#byteend have been added. [[Feature #20576]]
+
* Range
* Range#size now raises TypeError if the range is not iterable. [[Misc #18984]]