summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-10 21:54:22 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-10 21:54:22 +0000
commit47cb5a93e50c26114434dddb3008e5e4912a76f5 (patch)
treeeca8fb2902af5a7befb9e5f16894ab8ac94ae779 /NEWS
parent6221ba109c9ae7ce8f752f1d35703c3f0cb07c0f (diff)
* ext/stringio/stringio.c (strio_set_encoding):
StringIO#set_encoding can get 2nd argument and optional hash for API compatibility to IO. [ruby-dev:42356] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f1acea776b..d6c7e39dfa 100644
--- a/NEWS
+++ b/NEWS
@@ -60,6 +60,10 @@ with all sufficient information, see the ChangeLog file.
* URI::Generic#hostname
* URI::Generic#hostname=
+* stringio
+ * extended methods:
+ * StringIO#set_encoding can get 2nd argument and optional hash.
+
=== Compatibility issues (excluding feature bug fixes)
* Kernel#respond_to?