From c948a081367300f46af41905c6bf4813d12e95bc Mon Sep 17 00:00:00 2001 From: Shugo Maeda Date: Fri, 20 Jan 2023 21:40:25 +0900 Subject: Add a NEWS entry for [Feature #19314] [ci skip] --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index f96af8636f..6bbe2db07b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -18,6 +18,7 @@ Note: We're only listing outstanding class updates. * String * `String#unpack` now raises ArgumentError for unknown directives. [[Bug #19150]] + * `String#bytesplice` now accepts new arguments index/length or range of the source string to be copied. [[Feature #19314]] ## Stdlib updates -- cgit v1.2.3