diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-10-20 12:17:18 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-10-20 12:17:18 +0000 |
commit | 2a75c70a366ad1ad20f9d84a625442ce3f9a37f2 (patch) | |
tree | b3e14b88334214b8a5c596d2197740b8bd908d2a | |
parent | b4728ae8561c8a61f070c6585d8b82622a8392ef (diff) |
Added entry about new default gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -389,6 +389,23 @@ sufficient information, see the ChangeLog file or Redmine === Stdlib compatibility issues (excluding feature bug fixes) +* These standard libbraries promoted as the default gems. + + * e2mmap + * forwardable + * irb + * logger + * matrix + * mutex_m + * ostruct + * prime + * rexml + * rss + * shell + * sync + * thwait + * tracer + === C API updates === Supported platform changes |