summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2022-03-05 21:05:52 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2022-03-05 21:05:52 +0900
commitd62786279af28a243f7dd07c33fba06901de2a2d (patch)
tree389f510d192c9aa118b7d380013608270d7d1389 /doc
parent41a48535d1992a08b5b7e9fdb5ac0dcb488bd724 (diff)
Mention removed gems since 3.1 [ci skip]
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS-3.1.0.md5
1 files changed, 4 insertions, 1 deletions
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.
* 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.
* 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.