aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-03 08:07:49 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-03 08:07:49 +0000
commit67460ee9460c722986ba8bb317650d61ba2e8791 (patch)
tree9ab0c6977078b9ae824097613e1302c72260d09e /ChangeLog
parent324df61eea3e4c107e419ea3c685eaea4da7fd5e (diff)
downloadruby-67460ee9460c722986ba8bb317650d61ba2e8791.tar.gz
* test/ruby/test_rubyoptions.rb
(TestRubyOptions::SEGVTest::ExpectedStderr): the URL was changed at r42800. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42802 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 436011c061..eb67a68881 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Sep 3 17:06:15 2013 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * test/ruby/test_rubyoptions.rb
+ (TestRubyOptions::SEGVTest::ExpectedStderr): the URL was changed at
+ r42800.
+
Tue Sep 3 14:48:25 2013 Zachary Scott <e@zzak.io>
* lib/thread.rb: [DOC] CV#wait typo by @avdi [Fixes GH-386]