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
commitff91f2708763f3754ffe6c245d99056c9e025b9d (patch)
tree87db0f1d2f2232f8d943bebe0efa029bd32e6780 /NEWS
parentb041b20a76066306c642c4095edfac97d625ede1 (diff)
downloadruby-ff91f2708763f3754ffe6c245d99056c9e025b9d.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.