aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 20afabe261..8b3224034e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,8 +3,8 @@ Fri Dec 18 16:54:38 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/stringio/stringio.c (strio_set_encoding): add StringIO's own
encoding and separate it from the buffer string to override the
encoding of string when reading. [ruby-core:72189] [Bug #11827]
- note that setting the encoding of its buffer string may cause
- unpredictable behavior.
+ note that setting the encoding of its buffer string directly
+ without StringIO#set_encoding may cause unpredictable behavior.
Fri Dec 18 16:50:35 2015 Koichi Sasada <ko1@atdot.net>