aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-18 08:16:02 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-18 08:16:02 +0000
commit66cfd1310cdd7bafb1d72afa42ce302b94700dd5 (patch)
tree87db0f1d2f2232f8d943bebe0efa029bd32e6780 /NEWS
parent34c97eaabade106cf2ca8f7220707f893fd92acb (diff)
downloadruby-66cfd1310cdd7bafb1d72afa42ce302b94700dd5.tar.gz
NEWS: make precise the note of r53188
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a45d2eba23..c4f444a822 100644
--- a/NEWS
+++ b/NEWS
@@ -242,7 +242,8 @@ with all sufficient information, see the ChangeLog file.
* StringIO
* In read-only mode, StringIO#set_encoding no longer sets the encoding
of its buffer string. Setting the encoding of the string directly
- may cause unpredictable behavior. [Bug #11827]
+ without StringIO#set_encoding may cause unpredictable behavior now.
+ [Bug #11827]
* timeout
* Object#timeout is now warned as deprecated when called.