1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update the default gems section in NEWS.md

This commit is contained in:
Hiroshi SHIBATA 2020-11-19 15:36:21 +09:00
parent 4a5c42db88
commit 9c1e2a99fc
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

26
NEWS.md
View file

@ -369,32 +369,44 @@ Excluding feature bug fixes.
* The following libraries are promoted the default gems from stdlib. * The following libraries are promoted the default gems from stdlib.
* English
* abbrev * abbrev
* base64 * base64
* English * drb
* debug
* erb * erb
* find * find
* io-nonblock
* io-wait
* net-ftp * net-ftp
* net-http * net-http
* net-imap * net-imap
* net-protocol * net-protocol
* nkf
* open-uri * open-uri
* optparse * optparse
* resolv * pp
* prettyprint
* resolv-replace * resolv-replace
* resolv
* rinda * rinda
* securerandom
* set * set
* securerandom
* shellwords * shellwords
* tempfile * tempfile
* time
* tmpdir * tmpdir
* time
* tsort * tsort
* un
* weakref * weakref
* The following extensions are promoted the default gems from stdlib.
* digest
* io-nonblock
* io-wait
* nkf
* pathname
* syslog
* win32ole
* Bundled gems * Bundled gems
* net-telnet and xmlrpc have been removed from the bundled gems. * net-telnet and xmlrpc have been removed from the bundled gems.