summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-22 09:08:58 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-22 09:08:58 +0000
commit9133ad845e607a0b4a7aa5cf87cad5bd0cd0462a (patch)
tree34e1ec76b4363721c738d6fc7b1e8d85b9665186 /ChangeLog
parent85bde38a3539ad1d4e2e89df97b2d3a52ebd49d1 (diff)
downloadruby-9133ad845e607a0b4a7aa5cf87cad5bd0cd0462a.tar.gz
ruby-9133ad845e607a0b4a7aa5cf87cad5bd0cd0462a.tar.xz
ruby-9133ad845e607a0b4a7aa5cf87cad5bd0cd0462a.zip
* string.c (rb_str_partition): no need to call rb_call_super(),
since String is no longer includes Enumerable. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10994 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 d67b322c7..f03151101 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Sep 22 18:07:17 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * string.c (rb_str_partition): no need to call rb_call_super(),
+ since String is no longer includes Enumerable.
+
Fri Sep 22 17:33:29 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
* hash.c (rb_hash_eql): new method to be used by Hash.