From 00596369f917a1762e475c2c67f20287d201ea07 Mon Sep 17 00:00:00 2001 From: jeg2 Date: Tue, 8 Jan 2008 23:42:38 +0000 Subject: * enum.c: Updating the documentation of Enumrable#zip to reflect the recent changes Matz made to the method. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f7f9bbe48..ea7d882ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jan 9 08:42:01 2008 James Edward Gray II + + * 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 * enc/Makefile.in (BUILTIN_ENCS): UTF-{16,32}{BE,LE} are not builtin. -- cgit