Add news about MatchData#bytebegin and MatchData#byteend

This commit is contained in:
Shugo Maeda 2024-11-26 11:13:59 +09:00
parent 56fbf64a53
commit 4e59ae6e27
No known key found for this signature in database
GPG Key ID: 2DFE34085E97CE47

View File

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