From 20359b9bb2d678e409ebf929aa21285d260cbf12 Mon Sep 17 00:00:00 2001 From: suke Date: Thu, 15 Jun 2006 14:11:02 +0000 Subject: The return value of WIN32OLE#ole_methods and WIN32OLE#ole_put_methods should include PROPERTYPUTREF methods. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c4929d97bc..f29b47d061 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Thu Jun 15 23:02:47 2006 Masaki Suketa + + * ext/win32ole/win32ole.c (fole_methods): The return value + of WIN32OLE#ole_methods should include PROPERTYPUTREF methods. + + * ext/win32ole/win32ole.c (fole_put_methods): The return value + of WIN32OLE#ole_put_methods should include PROPERTYPUTREF methods. + + * ext/win32ole/tests/test_ole_methods.rb : ditto. + + * ext/win32ole/tests/testall.rb : ditto. + Wed Jun 14 18:23:28 2006 Eric Hodel * enum.c (enum_any): Documentation typo. -- cgit v1.2.3