summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-08 08:47:26 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-08 08:47:26 +0000
commit4834aa5307d8c4750b7598b6b2ef8728d01d98b4 (patch)
tree3d4339c6e04d7cd902072637e9d7fc25a60e5573 /NEWS
parentce573f3166d8b80d6a0b9c6c027b0c5e10f05c4b (diff)
* io.c (rb_io_ext_int_to_encs): ignore internal encoding if external
encoding is ASCII-8BIT. [Bug #8342] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40610 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 86d9cef97f..961976be93 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,10 @@ with all sufficient information, see the ChangeLog file.
=== Core classes compatibility issues (excluding feature bug fixes)
+* IO
+ * incompatible changes:
+ * open ignore internal encoding if external encoding is ASCII-8BIT.
+
* Module#ancestors
The ancestors of a singleton class now include singleton classes,