summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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