summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-15 07:35:11 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-15 07:35:11 +0000
commit878bbd1199167d6beb0faa85a6d8fe5e8122ee49 (patch)
tree4c17ba423dc21f960b21106194619700839396f7 /ChangeLog
parent12b1578cabdf06cc76f6debaf8a953a922b47154 (diff)
* io.c (open_key_args): allow specifying both :mode and :encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 001501086c..752b373d6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Feb 15 16:22:49 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * io.c (open_key_args): allow specifying both :mode and :encoding.
+
Fri Feb 15 15:34:47 2008 Tanaka Akira <akr@fsij.org>
* string.c (rb_str_getbyte): new method.