summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-10 14:50:32 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-10 14:50:32 +0000
commit69c8bf73294c1b99389b8e81f7003a88c67ff4cc (patch)
tree553ab1b27bbe1be02df9239ea5c56bedc7af9cf0 /ChangeLog
parente803164d252346a9631da26de8a9460dfd411957 (diff)
Fixed ostruct recursion inspection.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@24025 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 4f7d213651..eea1344842 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,10 @@ Thu Jul 9 11:22:00 2009 Kirk Haines <khaines@ruby-lang.org>
* configure.in: Little fixes for x64 libdir/sitedir.
+ * lib/ostruct.rb: Fixed buggy openstruct#inspect recursion.
+
+ * test/ostruct/test_ostruct.rb: Modified tests to fit the #inspect fix.
+
Mon Jun 8 12:46:00 2009 Kirk Haines <khaines@ruby-lang.org>
* lib/soap/mimemessage.rb: Fixed a typo -- conent -> content