aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-22 07:48:39 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-22 07:48:39 +0000
commit20ece37e8fa30ea84c27010c970e8b14e658f1d1 (patch)
treea6039efbbf69c0c716d0c5b7807928763b2e426f
parent4c24b419b592c0f32c695ecd708b6d38e009910e (diff)
downloadruby-20ece37e8fa30ea84c27010c970e8b14e658f1d1.tar.gz
* NEWS: added news for net-telnet and rake
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--NEWS6
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65ae0562e9..fe5d766b16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri May 22 16:48:32 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
+
+ * NEWS: added news for net-telnet and rake
+
Thu May 21 20:27:07 2015 NARUSE, Yui <naruse@ruby-lang.org>
* configure.in (RUBY_DTRACE_POSTPROCESS): cmp -b is GNU extension.
diff --git a/NEWS b/NEWS
index 1727572c92..03c9432e02 100644
--- a/NEWS
+++ b/NEWS
@@ -81,6 +81,12 @@ with all sufficient information, see the ChangeLog file.
* Coverage.peek_result: new method to allow coverage to be captured without
stopping the coverage tool.
+* Net::Telnet
+ * Net::Telnet is extracted to net-telnet gem. It's unmaintain code.
+
+* Rake
+ * Rake is removed from stdlib.
+
=== Built-in global variables compatibility issues
=== C API updates