summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-29 14:11:19 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-29 14:11:19 +0000
commitd7ccf5e1ccf93d6e71246d0eb1ab66ce5b170a70 (patch)
treef1ad3b9a1f9cb85527fa52569838f1321ee01c35 /ChangeLog
parent4f4f09d009298e0a35cff6d42338643146c2af0c (diff)
* ex/tk/extconf.rb: support for the latest ActiveTcl with mingw.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32287 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 edc26901bc..0e87710859 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jun 29 23:09:14 2011 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * ex/tk/extconf.rb: support for the latest ActiveTcl with mingw.
+
Wed Jun 29 22:49:10 2011 Keiju Ishitsuka <keiju@ishitsuka.com>
* lib/irb/cmd/help.rb: support RDoc 3.7. fix [Bug #3760].