aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS4
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f076a10909..61f4db718b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jun 23 23:45:31 2010 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * NEWS (stringio): new methods. [ruby-dev:41687] [Bug #3469]
+
Wed Jun 23 22:52:00 2010 Tanaka Akira <akr@fsij.org>
* ext/socket/raddrinfo.c: don't use __P.
diff --git a/NEWS b/NEWS
index 007ed4b455..a5fa4abb50 100644
--- a/NEWS
+++ b/NEWS
@@ -361,6 +361,10 @@ with all sufficient information, see the ChangeLog file.
* socket option name
* shutdown's argument
+* stringio
+ * new methods:
+ * StringIO#read_nonblock
+ * StringIO#write_nonblock
* pathname
* new methods:
* Pathname#binread