aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
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 /NEWS
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
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