diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-10-19 13:57:15 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-10-19 13:57:32 +0900 |
| commit | e6675861f3ddeabcc777dbb931a646868546382a (patch) | |
| tree | 32302235014e8220e58276e7b377400ebb7e12a6 | |
| parent | 3605c9ae608e41f8e74af9fc537e891aa79d1165 (diff) | |
Mentioned targeted libraries for warning feature of bundled gems
| -rw-r--r-- | NEWS.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -81,6 +81,20 @@ Note: We're only listing outstanding class updates. * RubyGems and Bundler warn if users require gem that is scheduled to become the bundled gems in the future version of Ruby. [[Feature #19351]] [[Feature #19776]] [[Feature #19843]] + Targeted libraries are: + * abbrev + * base64 + * bigdecimal + * csv + * drb + * getoptlong + * mutex_m + * nkf + * observer + * resolv-replace + * rinda + * syslog + * Socket#recv and Socket#recv_nonblock returns `nil` instead of an empty string on closed connections. Socket#recvmsg and Socket#recvmsg_nonblock returns `nil` instead of an empty packet on closed connections. [[Bug #19012]] |
