[前][次][番号順一覧][スレッド一覧]

ruby-changes:71456

From: Shugo <ko1@a...>
Date: Fri, 18 Mar 2022 11:54:41 +0900 (JST)
Subject: [ruby-changes:71456] 2fdfd499db (master): Add a NEWS entry about [Feature #18598] [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=2fdfd499db

From 2fdfd499db489db9eb4046849aa785c3bd382761 Mon Sep 17 00:00:00 2001
From: Shugo Maeda <shugo@r...>
Date: Fri, 18 Mar 2022 11:53:36 +0900
Subject: Add a NEWS entry about [Feature #18598] [ci skip]

---
 NEWS.md | 1 +
 1 file changed, 1 insertion(+)

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. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L82
     * 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
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]