diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2019-11-14 16:09:36 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2019-11-14 16:09:36 +0900 |
commit | 703e05b0eee3017a63690155e55a97d678f073cb (patch) | |
tree | f9528a86ae6f3aae9a444c8cbcbfea995e5f25e8 | |
parent | 3b614ec48a283e61334c70806f076cea3b2192ca (diff) | |
download | bundler-703e05b0eee3017a63690155e55a97d678f073cb.tar.gz |
Added default gems entry to NEWS
-rw-r--r-- | NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -563,6 +563,25 @@ Proc:: === Stdlib compatibility issues (excluding feature bug fixes) +* Promote stdlib to default gems + * The following default gems was published at rubygems.org + * benchmarck + * cgi + * delegate + * getoptlong + * net-pop + * net-smtp + * open3 + * pstore + * singleton + * The following default gems only promoted ruby-core, Not yet published at rubygems.org. + * monitor + * observer + * timeout + * tracer + * uri + * yaml + pathname:: * Kernel#Pathname when called with a Pathname argument now returns |