From 5e06d87f3116dfa6b9daa2961b3e68fe7270c836 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: http://svn.ruby-lang.org/repos/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 c4929d97b..f29b47d06 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