summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-08 16:13:26 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-08 16:13:26 +0000
commit35232b26bb0ebb3bdbe3d1198c8b2fa02ea8b08c (patch)
tree53a2c60e61c289122ab5dd9047606c5e56d8dd01 /ChangeLog
parentfdcbfdc47088050b77c0d0568b7de538d16d481e (diff)
Openstruct fix, and fix to test_file_exhaustive.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@24797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c316d507ed..bd6f0ca6e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Aug 28 12:54:00 2009 Kirk Haines <khaines@ruby-lang.org>
+
+ * Backport #1524 [ruby-core:23567]; lib/ostrct.rb (OpenStruct@new_ostruct_member): check if it's; also a little code cleanup to do a few things more efficiently. Tests adjusted accordingly.
+
+ * test/ruby/test_file_exhaustive.rb: Fixed a mistake in the monkey patched String#start_with? method required by the test suite.
+
Tue Aug 25 11:48:00 2009 Kirk Haines <khaines@ruby-lang.org>
* Backport #1168; Wrong result of File.extname for a path that contains a space before the extension.