summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-26 10:26:45 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-26 10:26:45 +0000
commit6415fdb24b91eb17c387f76c0079f7a81d7e387b (patch)
tree8498e61729113bbfda98b4c8550fbfe96fd6aee2 /ChangeLog
parentce51ed90e9c5bd644d82d6e49aa39fbefc8f1ea5 (diff)
downloadruby-6415fdb24b91eb17c387f76c0079f7a81d7e387b.tar.gz
ruby-6415fdb24b91eb17c387f76c0079f7a81d7e387b.tar.xz
ruby-6415fdb24b91eb17c387f76c0079f7a81d7e387b.zip
* test/ruby/test_enumerator.rb (TestEnumerator#test_with_object):
Add (back) the test for Enumerable#with_object. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18867 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09e3248d3..d60c6179d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Aug 26 19:25:44 2008 Akinori MUSHA <knu@iDaemons.org>
+
+ * test/ruby/test_enumerator.rb (TestEnumerator#test_with_object):
+ Add (back) the test for Enumerable#with_object.
+
Tue Aug 26 16:16:43 2008 NARUSE, Yui <naruse@ruby-lang.org>
* test/cgi/test_cgi_tag_helper.rb: add more tests for html3.