summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-01 15:48:07 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-01 15:48:07 +0000
commit98f1ddf86311e8f85e297efe41e0deb28d2ce464 (patch)
treed147fb01f86b5499249e58a06adc59cc759f457f /ChangeLog
parentbe8aa918ef7924f45aa1880ebd274ff503eafef3 (diff)
merges r24882 from trunk into ruby_1_9_1.
-- * ext/win32ole/win32ole.c: fix WIN32OLE_TYPELIB.new when the 1st argument is the non-registered file. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25617 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 e0af801fc..3007f81ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Sep 13 08:30:30 2009 Masaki Suketa <masaki.suketa@nifty.ne.jp>
+
+ * ext/win32ole/win32ole.c: fix WIN32OLE_TYPELIB.new when the 1st
+ argument is the non-registered file.
+
Sun Nov 1 22:04:33 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* test/ruby/test_module.rb (TestModule#test_method_added): new test