summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-28 04:45:29 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-28 04:45:29 +0000
commitb24443d37d98eb52ffccbe68a0a54380a5171c32 (patch)
tree2f30c75559f8a54d44fbc41e77cf13811a66074b /ChangeLog
parent889afb8bed68cd81b806c49fe51eb3c267159063 (diff)
merge revision(s) 61278,61281: [Backport #13655]
IO.new doesn't recive "-" as external_encoding [Bug #13655] [DOC] `IO.new` accepts `external_encoding` Revert part of r61278 [Bug #13655] [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@62937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a836c3460..388a865ca5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Thu Mar 28 13:42:55 2018 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ [DOC] IO.new accepts external_encoding
+
+ Revert part of r61278 [Bug #13655]
+ [ci skip]
+
+Thu Mar 28 13:42:55 2018 NARUSE, Yui <naruse@ruby-lang.org>
+
+ IO.new doesn't receive "-" as external_encoding [Bug #13655]
+
Thu Mar 22 15:38:43 2018 NAKAMURA Usaku <usa@ruby-lang.org>
Removed the obstacle to running test-all with VC14.