aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorglass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-27 14:36:25 +0000
committerglass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-27 14:36:25 +0000
commitc4ad649e070dcb1011747d30cee084520bd79a70 (patch)
tree51088441d2e336dde4c04002ace79ae933e12b70 /ChangeLog
parent3644b94b331550fb9130efb45e71e50774f1d965 (diff)
downloadruby-c4ad649e070dcb1011747d30cee084520bd79a70.tar.gz
* lib/tempfile.rb: remove "require 'thread'". its features are no
longer used. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ca2efcfe5..88dedb6d95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Aug 27 23:10:24 2014 Masaki Matsushita <glass.saga@gmail.com>
+
+ * lib/tempfile.rb: remove "require 'thread'". its features are no
+ longer used.
+
Wed Aug 27 21:19:40 2014 gogo tanaka <mail@tanakakazuki.com>
* lib/drb/acl.rb: Removed meaningless #to_s methods in interpolation.