aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorsuke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-15 14:11:02 +0000
committersuke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-15 14:11:02 +0000
commit20359b9bb2d678e409ebf929aa21285d260cbf12 (patch)
tree0729f3c2ae91066bb24ee9223d19ada17838f216 /ChangeLog
parent72e8f4fd3f58efecccd732bf6f60490176c99732 (diff)
downloadruby-20359b9bb2d678e409ebf929aa21285d260cbf12.tar.gz
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
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 <masaki.suketa@nifty.ne.jp>
+
+ * 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 <drbrain@segment7.net>
* enum.c (enum_any): Documentation typo.