aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-01 13:54:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-01 13:54:01 +0000
commit5e02a28a8b5e6defca76c4f3ee76bc48f0ce67b2 (patch)
tree10a108ea86dc514019b01f42351998119464ba01 /ChangeLog
parent9ad152e55580b497cbba4c7a15d20cba8e3ef1f5 (diff)
downloadruby-5e02a28a8b5e6defca76c4f3ee76bc48f0ce67b2.tar.gz
* lib/tempfile.rb (Tempfile#size): stat by path name when it is
closed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b833b6f86..cd388fe082 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Sat May 1 22:41:05 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sat May 1 22:53:57 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/tempfile.rb (Tempfile#size): stat by path name when it is
+ closed.
* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
keep the first trace.