summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorShugo Maeda <shugo@ruby-lang.org>2023-01-20 21:40:25 +0900
committerShugo Maeda <shugo@ruby-lang.org>2023-01-20 21:41:40 +0900
commitc948a081367300f46af41905c6bf4813d12e95bc (patch)
treee1da05fd86d0187d70f78ff1f2ce3753090b5371 /NEWS.md
parent53cd5796c529c73704d33de0cc1f8d2d9130dd87 (diff)
downloadruby-c948a081367300f46af41905c6bf4813d12e95bc.tar.gz
Add a NEWS entry for [Feature #19314] [ci skip]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md1
1 files changed, 1 insertions, 0 deletions
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