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

ruby-changes:73011

From: Hiroshi <ko1@a...>
Date: Mon, 22 Aug 2022 11:40:55 +0900 (JST)
Subject: [ruby-changes:73011] 3d6baad7fa (master): Added syntax_suggest entry to NEWS

https://git.ruby-lang.org/ruby.git/commit/?id=3d6baad7fa

From 3d6baad7fac8c73cef8c82fe946757cf289c704c Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Mon, 22 Aug 2022 11:40:38 +0900
Subject: Added syntax_suggest entry to NEWS

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

diff --git a/NEWS.md b/NEWS.md
index d7ce50f399..8536fc5c8a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -156,6 +156,11 @@ Note: We're only listing outstanding class updates. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L156
 
 ## Stdlib updates
 
+* SyntaxSuggest
+
+  * The feature of `syntax_suggest` formerly `dead_end` is integrated in Ruby.
+    [[Feature #18159]]
+
 *   The following default gems are updated.
     * RubyGems 3.4.0.dev
     * bigdecimal 3.1.2
@@ -281,3 +286,4 @@ The following deprecated APIs are removed. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L286
 [Bug #18782]:     https://bugs.ruby-lang.org/issues/18782
 [Feature #18788]: https://bugs.ruby-lang.org/issues/18788
 [Feature #18809]: https://bugs.ruby-lang.org/issues/18809
+[Feature #18159]: https://bugs.ruby-lang.org/issues/18159
-- 
cgit v1.2.1


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

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