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

Added updated versions of the default gems on NEWS

This commit is contained in:
Hiroshi SHIBATA 2020-12-15 20:05:32 +09:00
parent ad3e3bd65a
commit 151ff609e5
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

16
NEWS.md
View file

@ -355,9 +355,13 @@ Outstanding ones only.
Outstanding ones only. Outstanding ones only.
* BigDecimal
* Update to BigDecimal 2.0.2
* Bundler * Bundler
* Update to Bundler 2.2.0 * Update to Bundler 2.2.1
* CSV * CSV
@ -371,6 +375,10 @@ Outstanding ones only.
* Update to IRB 1.2.6 * Update to IRB 1.2.6
* JSON
* Update to JSON 2.4.0
* Socket * Socket
* Add :connect_timeout to TCPSocket.new [[Feature #17187]] * Add :connect_timeout to TCPSocket.new [[Feature #17187]]
@ -406,13 +414,17 @@ Outstanding ones only.
* Use officially discouraged. Read OpenStruct@Caveats section. * Use officially discouraged. Read OpenStruct@Caveats section.
* Psych
* Update to Psych 3.2.1
* Reline * Reline
* Update to Reline 0.1.5 * Update to Reline 0.1.5
* RubyGems * RubyGems
* Update to RubyGems 3.2.0 * Update to RubyGems 3.2.1
## Compatibility issues ## Compatibility issues