summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorShugo Maeda <shugo@ruby-lang.org>2022-03-18 11:53:36 +0900
committerShugo Maeda <shugo@ruby-lang.org>2022-03-18 11:53:36 +0900
commit2fdfd499db489db9eb4046849aa785c3bd382761 (patch)
treed86a74c729f23d2a4697fa1e34304b200670c697 /NEWS.md
parent1107839a7fed31339fc947995b7b45b8eaf4041b (diff)
Add a NEWS entry about [Feature #18598] [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 ffdbc2b812..78c6d01ab0 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -82,6 +82,7 @@ Note: We're only listing outstanding class updates.
* String#byteindex and String#byterindex have been added. [[Feature #13110]]
* Update Unicode to Version 14.0.0 and Emoji Version 14.0. [[Feature #18037]]
(also applies to Regexp)
+ * String#bytesplice has been added. [[Feature #18598]]
* Struct
* A Struct class can also be initialized with keyword arguments