summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-08 21:35:33 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-13 18:13:05 +0900
commite717d6faa8463c70407e6aaf116c6b6181f30be6 (patch)
tree8a8596542d9f1f6cde179a6151c51f8ff08c399a /NEWS
parentbdc8b3789ad388ff1d573369de6b085483b17098 (diff)
IO#set_encoding_by_bom
* io.c (rb_io_set_encoding_by_bom): IO#set_encoding_by_bom to set the encoding by BOM if exists. [Bug #15210]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c069f9e0eb..4ad38c9f12 100644
--- a/NEWS
+++ b/NEWS
@@ -86,6 +86,13 @@ GC::
Details on the algorithm and caveats can be found here:
https://bugs.ruby-lang.org/issues/15626
+IO::
+
+ New method::
+
+ * Added IO#set_encoding_by_bom to check the BOM and set the external
+ encoding. [Bug #15210]
+
Integer::
Modified method::