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

ruby-changes:71328

From: Kazuhiro <ko1@a...>
Date: Sat, 5 Mar 2022 21:06:52 +0900 (JST)
Subject: [ruby-changes:71328] d62786279a (master): Mention removed gems since 3.1 [ci skip]

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

From d62786279af28a243f7dd07c33fba06901de2a2d Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Sat, 5 Mar 2022 21:05:52 +0900
Subject: Mention removed gems since 3.1 [ci skip]

---
 doc/NEWS-3.1.0.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/NEWS-3.1.0.md b/doc/NEWS-3.1.0.md
index c690a83b94..fe292fc414 100644
--- a/doc/NEWS-3.1.0.md
+++ b/doc/NEWS-3.1.0.md
@@ -184,7 +184,6 @@ Note: We're only listing outstanding class updates. https://github.com/ruby/ruby/blob/trunk/doc/NEWS-3.1.0.md#L184
 
 * Kernel
 
-
     *   Kernel#load now accepts a module as the second argument,
         and will load the file using the given module as the
         top-level module. [[Feature #6210]]
@@ -395,6 +394,10 @@ Note: We're only listing outstanding class updates. https://github.com/ruby/ruby/blob/trunk/doc/NEWS-3.1.0.md#L394
     * matrix 0.4.2
     * prime 0.1.2
     * debug 1.4.0
+*   The following gems has been removed from the Ruby standard library.
+    * dbm
+    * gdbm
+    * tracer
 
 * Coverage measurement now supports suspension. You can use `Coverage.suspend`
   to stop the measurement temporarily, and `Coverage.resume` to restart it.
-- 
cgit v1.2.1


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

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