summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3148b4d208..a8b7d86b75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@ Thu Jul 16 17:41:28 2009 Koichi Sasada <ko1@atdot.net>
* test/ruby/test_alias.rb: add a test.
+Thu Jul 16 16:00:23 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * io.c (io_reopen): discards read buffer. [ruby-core:24240]
+
Thu Jul 16 15:52:25 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* bignum.c (rb_big_new, rb_bigzero_p), range.c (rb_range_values):