From c442d22160465d79b94c65e9a4398ff01ec396c5 Mon Sep 17 00:00:00 2001 From: zzak Date: Sat, 3 Nov 2012 04:28:38 +0000 Subject: [PATCH] * io.c (IO#new): Documentation for IO#open modes and formatting [ruby-core#48052] [Bug #7179] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 251648c333..b917cfa352 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Nov 3 13:26:00 2012 Zachary Scott + + * io.c (IO#new): + Documentation for IO#open modes and formatting + [ruby-core#48052] [Bug #7179] + Sat Nov 3 13:01:02 2012 Kouhei Sutou * test/rexml/test_encoding.rb (EncodingTester#test_in_different_out):