aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjeg2 <jeg2@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-08 23:42:38 +0000
committerjeg2 <jeg2@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-08 23:42:38 +0000
commit8ed70a5186f23ec9c3efe0dc91bda8dc4466b28c (patch)
tree5e750fd30733bebffae7b762eed00acc242d9a33 /ChangeLog
parentfdeb4b13846fdd72a89737ff813f2f8455da5327 (diff)
downloadruby-8ed70a5186f23ec9c3efe0dc91bda8dc4466b28c.tar.gz
* enum.c: Updating the documentation of Enumrable#zip to reflect
the recent changes Matz made to the method. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14959 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 f7f9bbe48a..ea7d882ffd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jan 9 08:42:01 2008 James Edward Gray II <jeg2@ruby-lang.org>
+
+ * enum.c: Updating the documentation of Enumrable#zip to reflect
+ the recent changes Matz made to the method.
+
Wed Jan 9 01:35:10 2008 NARUSE, Yui <naruse@ruby-lang.org>
* enc/Makefile.in (BUILTIN_ENCS): UTF-{16,32}{BE,LE} are not builtin.